#A2EDFF

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

Shades of Blizzard Blue #A2EDFF

Tints of Blizzard Blue #A2EDFF

Color information

#A2EDFF (or 0xA2EDFF) is unknown color: approx Blizzard Blue. HEX triplet: A2, ED and FF. RGB value is (162,237,255). Sum of RGB (Red+Green+Blue) = 162+237+255=654 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.77% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDFF is #5D1200. Grayscale: #D8D8D8. Windows color (decimal): -6099457 or 16772514. OLE color: 16772514.

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

Color convert

RGB162237255-
CMYK0.360.0700
HSL191.61º100%81.76%-
HSV(B)191.61º36.47%100%-
XYZ63.2375.47105.84-
YUV216.63149.6589.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.77%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 255 (100% from 255) = 38.99%
R=24.77%
G=36.24%
B=38.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622372550.360.0700191.6110081.76
HexA2EDFF24700c06452
Octal24235537744700300144122
Binary101000101110110111111111100100111001100000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDFF; }

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

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

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

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

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

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

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

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