#A2EAF0

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

Shades of Blizzard Blue #A2EAF0

Tints of Blizzard Blue #A2EAF0

Color information

#A2EAF0 (or 0xA2EAF0) is unknown color: approx Blizzard Blue. HEX triplet: A2, EA and F0. RGB value is (162,234,240). Sum of RGB (Red+Green+Blue) = 162+234+240=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #A2EAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAF0 is #5D150F. Grayscale: #D5D5D5. Windows color (decimal): -6100240 or 15788706. OLE color: 15788706.

HSL color Cylindrical-coordinate representation of color #A2EAF0: hue angle of 184.62º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EAF0 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162234240-
CMYK0.320.0200.06
HSL184.62º72.22%78.82%-
HSV(B)184.62º32.5%94.12%-
XYZ60.0572.8293.33-
YUV213.16143.1591.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.47%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=25.47%
G=36.79%
B=37.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622342400.320.0200.06184.6272.2278.82
HexA2EAF020206b9484f
Octal24235236040206271110117
Binary1010001011101010111100001000001001101011100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EAF0; }

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

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

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

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

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

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

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

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