#A2EAEC

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

Shades of Blizzard Blue #A2EAEC

Tints of Blizzard Blue #A2EAEC

Color information

#A2EAEC (or 0xA2EAEC) is unknown color: approx Blizzard Blue. HEX triplet: A2, EA and EC. RGB value is (162,234,236). Sum of RGB (Red+Green+Blue) = 162+234+236=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAEC is #5D1513. Grayscale: #D4D4D4. Windows color (decimal): -6100244 or 15526562. OLE color: 15526562.

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

Color convert

RGB162234236-
CMYK0.310.0100.07
HSL181.62º66.07%78.04%-
HSV(B)181.62º31.36%92.55%-
XYZ59.4672.5890.23-
YUV212.7141.1591.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.63%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=25.63%
G=37.03%
B=37.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622342360.310.0100.07181.6266.0778.04
HexA2EAEC1F107b6424e
Octal24235235437107266102116
Binary10100010111010101110110011111101111011011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EAEC; }

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

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

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

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

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

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

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

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