#b0e0f6 Color Hex Azure Sky

Information about Azure Sky Color | #0000FF

#b0e0f6 color RGB value is (176,224,246). #b0e0f6 color name is Azure Sky color.

#b0e0f6 hex color red value is 176 , green value is 224 and the blue value of its RGB is 246 . Cylindrical-coordinate representations (also known as HSL) of color #b0e0f6 hue: 199 , saturation: 80 and the lightness value of #b0e0f6 is 83

The process color (four color CMYK) of #b0e0f6 color hex is 11 , 4 ,0, 1 .

#b0e0f6

~Azure Sky

Color Converions

HEX
#b0e0f6
RGB
176,224,246
LAB
86,-12,-16
CMYK
28,9,0,4
LCH
86,20,-127
XYZ
61,69,97
HSV
199,28,96
HSL
199,80,83

Base Numbers

Base Red Green Blue
Binary 10110000 11100000 11110110
Octal 260 340 366
Decimal 176 224 246
Hex b0 e0 f6

RGB Percentages of Color #b0e0f6

69%
88%
96%

CMYK Percentages of Color #b0e0f6

11%
0%
4%
1%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b0e0f6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b0e0f6
20%
#9ecadd
30%
#8db3c5
40%
#7b9dac
50%
#6a8694
60%
#58707b
70%
#465a62
80%
#35434a
90%
#232d31
100%
#121619

Tints of #b0e0f6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b0e0f6
20%
#b8e3f7
30%
#c0e6f8
40%
#c8e9f9
50%
#d0ecfa
60%
#d8f0fb
70%
#dff3fb
80%
#e7f6fc
90%
#eff9fd
100%
#f7fcfe

Tones of #b0e0f6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b0e0f6
20%
#abd6ea
30%
#a6cdde
40%
#a1c3d2
50%
#9db9c7
60%
#98b0bb
70%
#93a6af
80%
#8e9ca3
90%
#899397
100%
#84898b

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b0e0f6
#b0f6f0
#b0eef6
#b0e0f6
#b0d2f6
#b0c4f6

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b0e0f6
#f6c6b0

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b0e0f6
#d4b0f6
#f6f0b0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b0e0f6
#f6b0e0
#e0f6b0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b0e0f6
#e9b0f6
#f6c6b0
#bdf6b0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b0e0f6
#181e21
#36454c
#556c76
#7393a1
#92b9cb

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b0e0f6

protanopia

#d4d6f0

deuteranopia

#dcd2fa

tritanopia

#ade0f2

achromatopsia

#d7d7d7

protanomaly

#c7daf2

deuteranomaly

#ccd7f9

achromatopsia

#d7d7d7

tritanomaly

#aee0f3

achromatomaly

#c9dbe3

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 15/21
Hello World !

#b0e0f6 Color CSS Codes

.bgcolor {background-color:#b0e0f6; } 
.forecolor {color:#b0e0f6; }
.bordercolor {border:3px solid #b0e0f6; }
            

#b0e0f6 Text Font Color

<div style="color:#b0e0f6">
Div content here</div>

This sample text font color is #b0e0f6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b0e0f6 Background Color

<div style="background-color:#b0e0f6">
Div content here</div>
Div content here

#b0e0f6 Border Color

<div style="border:3px solid #b0e0f6">
Div here</div>

This div border color is #b0e0f6

#b0e0f6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b0e0f6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0e0f6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0e0f6;
  -webkit-box-shadow: 1px 1px 3px 2px #b0e0f6;
  box-shadow: 1px 1px 3px 2px #b0e0f6; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0e0f6">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0e0f6;
              -webkit-box-shadow: 1px 1px 3px 2px #b0e0f6;
              box-shadow:         1px 1px 3px 2px #b0e0f6#b0e0f6">
Div content here</div>

This div box has shadow with color #b0e0f6

More Colors

Ferra
#876a68
In the Vines
#5c457b
Apollo's White
#ddffff
Copper Tan
#de8e65
Baker Rose
#bf8284
Oracle
#395555
Pale Violet
#c6c3d6
Fundy Bay
#cdd2c9
Pearly Pink
#ee99cc
Moonlight
#f6eed5
Forgotten Purple
#9878f8
Blue Smoke
#d7e0e2
Faded Lilac
#92a2bb
Little Boy Blu
#c7d8db
Musket
#7d6d39
Bergamot
#95c703
Alizarin Crimson
#e32636
Overtake
#33557f
Art Nouveau Violet
#a08994
Polar Ice
#71a6d2
Fiddle Leaf
#5f674b
Bungee Cord
#696156
Metal Gear
#a2c3db
Blue Green
#137e6d
Monarch
#6b252c
Noble Lilac
#b28392
Hawaiian Surf
#0078a7
Lobster Brown
#a73836
Crown Point Cream
#fff0c1
Coastal Storm
#7d807b
Brass Knuckle
#b9a70f
Iroko
#433120
Bright Rose
#c51959
Natural Rice Beige
#dcc39f
Curated White
#eae1ce
Celebration Blue
#008bc4
Gold Tangiers
#9e865e
Morning Forest
#6dae81
Icy Wind
#d3f1ee
rating-img
Rate this tool
NaN/5   0 votes