#B2E9FC

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

Shades of Blizzard Blue #B2E9FC

Tints of Blizzard Blue #B2E9FC

Color information

#B2E9FC (or 0xB2E9FC) is unknown color: approx Blizzard Blue. HEX triplet: B2, E9 and FC. RGB value is (178,233,252). Sum of RGB (Red+Green+Blue) = 178+233+252=663 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.85% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2E9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E9FC is #4D1603. Grayscale: #DADADA. Windows color (decimal): -5051908 or 16574898. OLE color: 16574898.

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

Color convert

RGB178233252-
CMYK0.290.0800.01
HSL195.41º92.5%84.31%-
HSV(B)195.41º29.37%98.82%-
XYZ65.0774.77103.1-
YUV218.72146.7898.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.85%
GREEN value IS 233 (91.41% from 255) = 35.14%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=26.85%
G=35.14%
B=38.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782332520.290.0800.01195.4192.584.31
HexB2E9FC1D801c35c54
Octal262351374351001303134124
Binary101100101110100111111100111011000011100001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E9FC; }

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

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

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

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

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

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

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

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