#B0E4F9

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

Shades of Blizzard Blue #B0E4F9

Tints of Blizzard Blue #B0E4F9

Color information

#B0E4F9 (or 0xB0E4F9) is unknown color: approx Blizzard Blue. HEX triplet: B0, E4 and F9. RGB value is (176,228,249). Sum of RGB (Red+Green+Blue) = 176+228+249=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0E4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E4F9 is #4F1B06. Grayscale: #D6D6D6. Windows color (decimal): -5184263 or 16377008. OLE color: 16377008.

HSL color Cylindrical-coordinate representation of color #B0E4F9: hue angle of 197.26º 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 #B0E4F9 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176228249-
CMYK0.290.0800.02
HSL197.26º85.88%83.33%-
HSV(B)197.26º29.32%97.65%-
XYZ62.7571.56100.13-
YUV214.85147.27100.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.95%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=26.95%
G=34.92%
B=38.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762282490.290.0800.02197.2685.8883.33
HexB0E4F91D802c55653
Octal260344371351002305126123
Binary1011000011100100111110011110110000101100010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E4F9; }

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

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

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

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

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

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

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

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