#A2DEEC

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

Shades of Blizzard Blue #A2DEEC

Tints of Blizzard Blue #A2DEEC

Color information

#A2DEEC (or 0xA2DEEC) is unknown color: approx Blizzard Blue. HEX triplet: A2, DE and EC. RGB value is (162,222,236). Sum of RGB (Red+Green+Blue) = 162+222+236=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DEEC is #5D2113. Grayscale: #CDCDCD. Windows color (decimal): -6103316 or 15523490. OLE color: 15523490.

HSL color Cylindrical-coordinate representation of color #A2DEEC: hue angle of 191.35º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2DEEC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162222236-
CMYK0.310.0600.07
HSL191.35º66.07%78.04%-
HSV(B)191.35º31.36%92.55%-
XYZ56.1665.9889.13-
YUV205.66145.1296.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.13%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=26.13%
G=35.81%
B=38.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622222360.310.0600.07191.3566.0778.04
HexA2DEEC1F607bf424e
Octal24233635437607277102116
Binary1010001011011110111011001111111001111011111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEEC; }

 p { color: rgb(162,222,236); }

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

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

 a { background-color: rgb(162,222,236); }

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

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

 span { border-color: rgb(162,222,236); }

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