#B1EAF9

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

Shades of Blizzard Blue #B1EAF9

Tints of Blizzard Blue #B1EAF9

Color information

#B1EAF9 (or 0xB1EAF9) is unknown color: approx Blizzard Blue. HEX triplet: B1, EA and F9. RGB value is (177,234,249). Sum of RGB (Red+Green+Blue) = 177+234+249=660 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.82% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1EAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAF9 is #4E1506. Grayscale: #DADADA. Windows color (decimal): -5117191 or 16378545. OLE color: 16378545.

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

Color convert

RGB177234249-
CMYK0.290.0600.02
HSL192.5º85.71%83.53%-
HSV(B)192.5º28.92%97.65%-
XYZ64.6575.03100.7-
YUV218.67145.1298.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.82%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=26.82%
G=35.45%
B=37.73%

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
Decimal1772342490.290.0600.02192.585.7183.53
HexB1EAF91D602c05654
Octal26135237135602300126124
Binary101100011110101011111001111011100101100000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EAF9; }

 p { color: rgb(177,234,249); }

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

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

 a { background-color: rgb(177,234,249); }

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

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

 span { border-color: rgb(177,234,249); }

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