#B1E7FC

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

Shades of Blizzard Blue #B1E7FC

Tints of Blizzard Blue #B1E7FC

Color information

#B1E7FC (or 0xB1E7FC) is unknown color: approx Blizzard Blue. HEX triplet: B1, E7 and FC. RGB value is (177,231,252). Sum of RGB (Red+Green+Blue) = 177+231+252=660 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.82% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E7FC is #4E1803. Grayscale: #D9D9D9. Windows color (decimal): -5117956 or 16574385. OLE color: 16574385.

HSL color Cylindrical-coordinate representation of color #B1E7FC: hue angle of 196.8º degrees, saturation: 0.93, 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 #B1E7FC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177231252-
CMYK0.300.0800.01
HSL196.8º92.59%84.12%-
HSV(B)196.8º29.76%98.82%-
XYZ64.2873.53102.9-
YUV217.25147.6199.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.82%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=26.82%
G=35%
B=38.18%

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
Decimal1772312520.300.0800.01196.892.5984.12
HexB1E7FC1E801c55d54
Octal261347374361001305135124
Binary101100011110011111111100111101000011100010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E7FC; }

 p { color: rgb(177,231,252); }

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

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

 a { background-color: rgb(177,231,252); }

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

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

 span { border-color: rgb(177,231,252); }

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