#B2EAFC

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

Shades of Blizzard Blue #B2EAFC

Tints of Blizzard Blue #B2EAFC

Color information

#B2EAFC (or 0xB2EAFC) is unknown color: approx Blizzard Blue. HEX triplet: B2, EA and FC. RGB value is (178,234,252). Sum of RGB (Red+Green+Blue) = 178+234+252=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAFC is #4D1503. Grayscale: #DBDBDB. Windows color (decimal): -5051652 or 16575154. OLE color: 16575154.

HSL color Cylindrical-coordinate representation of color #B2EAFC: hue angle of 194.59º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2EAFC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178234252-
CMYK0.290.0700.01
HSL194.59º92.5%84.31%-
HSV(B)194.59º29.37%98.82%-
XYZ65.3575.34103.19-
YUV219.31146.4598.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.81%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=26.81%
G=35.24%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782342520.290.0700.01194.5992.584.31
HexB2EAFC1D701c35c54
Octal26235237435701303134124
Binary10110010111010101111110011101111011100001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EAFC; }

 p { color: rgb(178,234,252); }

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

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

 a { background-color: rgb(178,234,252); }

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

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

 span { border-color: rgb(178,234,252); }

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