#A2DDF2

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

Shades of Blizzard Blue #A2DDF2

Tints of Blizzard Blue #A2DDF2

Color information

#A2DDF2 (or 0xA2DDF2) is unknown color: approx Blizzard Blue. HEX triplet: A2, DD and F2. RGB value is (162,221,242). Sum of RGB (Red+Green+Blue) = 162+221+242=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDF2 is #5D220D. Grayscale: #CDCDCD. Windows color (decimal): -6103566 or 15916450. OLE color: 15916450.

HSL color Cylindrical-coordinate representation of color #A2DDF2: hue angle of 195.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2DDF2 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162221242-
CMYK0.330.0900.05
HSL195.75º75.47%79.22%-
HSV(B)195.75º33.06%94.9%-
XYZ56.7865.8193.71-
YUV205.75148.4596.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.92%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=25.92%
G=35.36%
B=38.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622212420.330.0900.05195.7575.4779.22
HexA2DDF221905c44b4f
Octal242335362411105304113117
Binary101000101101110111110010100001100101011100010010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DDF2; }

 p { color: rgb(162,221,242); }

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

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

 a { background-color: rgb(162,221,242); }

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

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

 span { border-color: rgb(162,221,242); }

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