#A2EFFF

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

Shades of Blizzard Blue #A2EFFF

Tints of Blizzard Blue #A2EFFF

Color information

#A2EFFF (or 0xA2EFFF) is unknown color: approx Blizzard Blue. HEX triplet: A2, EF and FF. RGB value is (162,239,255). Sum of RGB (Red+Green+Blue) = 162+239+255=656 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.70% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFFF is #5D1000. Grayscale: #D9D9D9. Windows color (decimal): -6098945 or 16773026. OLE color: 16773026.

HSL color Cylindrical-coordinate representation of color #A2EFFF: hue angle of 190.32º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2EFFF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162239255-
CMYK0.360.0600
HSL190.32º100%81.76%-
HSV(B)190.32º36.47%100%-
XYZ63.8276.63106.04-
YUV217.8148.9988.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.70%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 255 (100% from 255) = 38.87%
R=24.70%
G=36.43%
B=38.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622392550.360.0600190.3210081.76
HexA2EFFF24600be6452
Octal24235737744600276144122
Binary101000101110111111111111100100110001011111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EFFF; }

 p { color: rgb(162,239,255); }

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

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

 a { background-color: rgb(162,239,255); }

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

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

 span { border-color: rgb(162,239,255); }

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