#B1EAFB

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

Shades of Blizzard Blue #B1EAFB

Tints of Blizzard Blue #B1EAFB

Color information

#B1EAFB (or 0xB1EAFB) is unknown color: approx Blizzard Blue. HEX triplet: B1, EA and FB. RGB value is (177,234,251). Sum of RGB (Red+Green+Blue) = 177+234+251=662 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.74% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAFB is #4E1504. Grayscale: #DADADA. Windows color (decimal): -5117189 or 16509617. OLE color: 16509617.

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

Color convert

RGB177234251-
CMYK0.290.0700.02
HSL193.78º90.24%83.92%-
HSV(B)193.78º29.48%98.43%-
XYZ64.9775.16102.35-
YUV218.9146.1298.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.74%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=26.74%
G=35.35%
B=37.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772342510.290.0700.02193.7890.2483.92
HexB1EAFB1D702c25a54
Octal26135237335702302132124
Binary101100011110101011111011111011110101100001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EAFB; }

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

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

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

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

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

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

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

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