#B0E4F7

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

Shades of Blizzard Blue #B0E4F7

Tints of Blizzard Blue #B0E4F7

Color information

#B0E4F7 (or 0xB0E4F7) is unknown color: approx Blizzard Blue. HEX triplet: B0, E4 and F7. RGB value is (176,228,247). Sum of RGB (Red+Green+Blue) = 176+228+247=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0E4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E4F7 is #4F1B08. Grayscale: #D6D6D6. Windows color (decimal): -5184265 or 16245936. OLE color: 16245936.

HSL color Cylindrical-coordinate representation of color #B0E4F7: hue angle of 196.06º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0E4F7 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176228247-
CMYK0.290.0800.03
HSL196.06º81.61%82.94%-
HSV(B)196.06º28.74%96.86%-
XYZ62.4471.4398.49-
YUV214.62146.27100.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 247 (96.88% from 255) = 37.94%
R=27.04%
G=35.02%
B=37.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762282470.290.0800.03196.0681.6182.94
HexB0E4F71D803c45253
Octal260344367351003304122123
Binary1011000011100100111101111110110000111100010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E4F7; }

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

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

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

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

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

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

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

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