#B2EAFE

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

Shades of Blizzard Blue #B2EAFE

Tints of Blizzard Blue #B2EAFE

Color information

#B2EAFE (or 0xB2EAFE) is unknown color: approx Blizzard Blue. HEX triplet: B2, EA and FE. RGB value is (178,234,254). Sum of RGB (Red+Green+Blue) = 178+234+254=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAFE is #4D1501. Grayscale: #DBDBDB. Windows color (decimal): -5051650 or 16706226. OLE color: 16706226.

HSL color Cylindrical-coordinate representation of color #B2EAFE: hue angle of 195.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EAFE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178234254-
CMYK0.300.0800.00
HSL195.79º97.44%84.71%-
HSV(B)195.79º29.92%99.61%-
XYZ65.6775.47104.87-
YUV219.54147.4598.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.73%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=26.73%
G=35.14%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782342540.300.0800.00195.7997.4484.71
HexB2EAFE1E800c46155
Octal262352376361000304141125
Binary101100101110101011111110111101000001100010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EAFE; }

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

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

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

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

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

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

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

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