#a2dcf0

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

Shades of Blizzard Blue #A2DCF0

Tints of Blizzard Blue #A2DCF0

Color information

#A2DCF0 (or 0xA2DCF0) is unknown color: approx Blizzard Blue. HEX triplet: A2, DC and F0. RGB value is (162,220,240). Sum of RGB (Red+Green+Blue) = 162+220+240=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #A2DCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCF0 is #5D230F. Grayscale: #CCCCCC. Windows color (decimal): -6103824 or 15785122. OLE color: 15785122.

HSL color Cylindrical-coordinate representation of color #A2DCF0: hue angle of 195.38º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DCF0 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162220240-
CMYK0.320.0800.06
HSL195.38º72.22%78.82%-
HSV(B)195.38º32.5%94.12%-
XYZ56.2265.1692.05-
YUV204.94147.7897.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.05%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 240 (94.14% from 255) = 38.59%
R=26.05%
G=35.37%
B=38.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622202400.320.0800.06195.3872.2278.82
HexA2DCF020806c3484f
Octal242334360401006303110117
Binary101000101101110011110000100000100001101100001110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2dcf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2dcf0; }

 p { color: rgb(162,220,240); }

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

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

 a { background-color: rgb(162,220,240); }

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

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

 span { border-color: rgb(162,220,240); }

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