#B0E9F9

Color #B0E9F9 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #B0E9F9

Tints of Blizzard Blue #B0E9F9

Color information

#B0E9F9 (or 0xB0E9F9) is unknown color: approx Blizzard Blue. HEX triplet: B0, E9 and F9. RGB value is (176,233,249). Sum of RGB (Red+Green+Blue) = 176+233+249=658 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.75% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0E9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E9F9 is #4F1606. Grayscale: #D9D9D9. Windows color (decimal): -5182983 or 16378288. OLE color: 16378288.

HSL color Cylindrical-coordinate representation of color #B0E9F9: hue angle of 193.15º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0E9F9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176233249-
CMYK0.290.0600.02
HSL193.15º85.88%83.33%-
HSV(B)193.15º29.32%97.65%-
XYZ64.1474.35100.59-
YUV217.78145.6298.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 26.75%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=26.75%
G=35.41%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762332490.290.0600.02193.1585.8883.33
HexB0E9F91D602c15653
Octal26035137135602301126123
Binary101100001110100111111001111011100101100000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E9F9; }

 p { color: rgb(176,233,249); }

 H1.HeaderClassName
 {
   color: #B0E9F9;
 }
 .AnyTagClassName
 {
   color: #B0E9F9;
 }
</style>
background-color css

<style>
 a { background-color: #B0E9F9; }

 a { background-color: rgb(176,233,249); }

 div.DivClassName
 {
   background-color: #B0E9F9;
 }
 .BgClassName
 {
   background-color: #B0E9F9;
 }
</style>
border-color css

<style>
 span { border-color: #B0E9F9; }

 span { border-color: rgb(176,233,249); }

 td.TdClassName
 {
   border-color: #B0E9F9;
 }
 .TagClassName
 {
   border-color: #B0E9F9;
 }
</style>