#A2EDF4

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

Shades of Blizzard Blue #A2EDF4

Tints of Blizzard Blue #A2EDF4

Color information

#A2EDF4 (or 0xA2EDF4) is unknown color: approx Blizzard Blue. HEX triplet: A2, ED and F4. RGB value is (162,237,244). Sum of RGB (Red+Green+Blue) = 162+237+244=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #A2EDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDF4 is #5D120B. Grayscale: #D7D7D7. Windows color (decimal): -6099468 or 16051618. OLE color: 16051618.

HSL color Cylindrical-coordinate representation of color #A2EDF4: hue angle of 185.12º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2EDF4 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162237244-
CMYK0.340.0300.04
HSL185.12º78.85%79.61%-
HSV(B)185.12º33.61%95.69%-
XYZ61.5174.7896.78-
YUV215.37144.1589.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.19%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=25.19%
G=36.86%
B=37.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622372440.340.0300.04185.1278.8579.61
HexA2EDF422304b94f50
Octal24235536442304271117120
Binary1010001011101101111101001000101101001011100110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDF4; }

 p { color: rgb(162,237,244); }

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

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

 a { background-color: rgb(162,237,244); }

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

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

 span { border-color: rgb(162,237,244); }

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