#B2EAFB

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

Shades of Blizzard Blue #B2EAFB

Tints of Blizzard Blue #B2EAFB

Color information

#B2EAFB (or 0xB2EAFB) is unknown color: approx Blizzard Blue. HEX triplet: B2, EA and FB. RGB value is (178,234,251). Sum of RGB (Red+Green+Blue) = 178+234+251=663 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.85% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAFB is #4D1504. Grayscale: #DBDBDB. Windows color (decimal): -5051653 or 16509618. OLE color: 16509618.

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

Color convert

RGB178234251-
CMYK0.290.0700.02
HSL193.97º90.12%84.12%-
HSV(B)193.97º29.08%98.43%-
XYZ65.275.28102.36-
YUV219.19145.9598.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.85%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=26.85%
G=35.29%
B=37.86%

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
Decimal1782342510.290.0700.02193.9790.1284.12
HexB2EAFB1D702c25a54
Octal26235237335702302132124
Binary101100101110101011111011111011110101100001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EAFB; }

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

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

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

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

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

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

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

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