#A2DEED

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

Shades of Blizzard Blue #A2DEED

Tints of Blizzard Blue #A2DEED

Color information

#A2DEED (or 0xA2DEED) is unknown color: approx Blizzard Blue. HEX triplet: A2, DE and ED. RGB value is (162,222,237). Sum of RGB (Red+Green+Blue) = 162+222+237=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DEED is #5D2112. Grayscale: #CDCDCD. Windows color (decimal): -6103315 or 15589026. OLE color: 15589026.

HSL color Cylindrical-coordinate representation of color #A2DEED: hue angle of 192º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DEED is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162222237-
CMYK0.320.0600.07
HSL192º67.57%78.24%-
HSV(B)192º31.65%92.94%-
XYZ56.3166.0489.9-
YUV205.77145.6296.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.09%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=26.09%
G=35.75%
B=38.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622222370.320.0600.0719267.5778.24
HexA2DEED20607c0444e
Octal24233635540607300104116
Binary10100010110111101110110110000011001111100000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEED; }

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

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

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

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

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

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

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

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