#B1E9FD

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

Shades of Blizzard Blue #B1E9FD

Tints of Blizzard Blue #B1E9FD

Color information

#B1E9FD (or 0xB1E9FD) is unknown color: approx Blizzard Blue. HEX triplet: B1, E9 and FD. RGB value is (177,233,253). Sum of RGB (Red+Green+Blue) = 177+233+253=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1E9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E9FD is #4E1602. Grayscale: #DADADA. Windows color (decimal): -5117443 or 16640433. OLE color: 16640433.

HSL color Cylindrical-coordinate representation of color #B1E9FD: hue angle of 195.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1E9FD is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177233253-
CMYK0.300.0800.01
HSL195.79º95%84.31%-
HSV(B)195.79º30.04%99.22%-
XYZ6574.72103.92-
YUV218.54147.4598.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.70%
GREEN value IS 233 (91.41% from 255) = 35.14%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=26.70%
G=35.14%
B=38.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772332530.300.0800.01195.799584.31
HexB1E9FD1E801c45f54
Octal261351375361001304137124
Binary101100011110100111111101111101000011100010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E9FD; }

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

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

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

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

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

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

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

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