#B1E9F9

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

Shades of Blizzard Blue #B1E9F9

Tints of Blizzard Blue #B1E9F9

Color information

#B1E9F9 (or 0xB1E9F9) is unknown color: approx Blizzard Blue. HEX triplet: B1, E9 and F9. RGB value is (177,233,249). Sum of RGB (Red+Green+Blue) = 177+233+249=659 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.86% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1E9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E9F9 is #4E1606. Grayscale: #D9D9D9. Windows color (decimal): -5117447 or 16378289. OLE color: 16378289.

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

Color convert

RGB177233249-
CMYK0.290.0600.02
HSL193.33º85.71%83.53%-
HSV(B)193.33º28.92%97.65%-
XYZ64.3774.46100.6-
YUV218.08145.4598.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.86%
GREEN value IS 233 (91.41% from 255) = 35.36%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=26.86%
G=35.36%
B=37.78%

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
Decimal1772332490.290.0600.02193.3385.7183.53
HexB1E9F91D602c15654
Octal26135137135602301126124
Binary101100011110100111111001111011100101100000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E9F9; }

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

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

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

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

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

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

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

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