#A2ECFC

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

Shades of Blizzard Blue #A2ECFC

Tints of Blizzard Blue #A2ECFC

Color information

#A2ECFC (or 0xA2ECFC) is unknown color: approx Blizzard Blue. HEX triplet: A2, EC and FC. RGB value is (162,236,252). Sum of RGB (Red+Green+Blue) = 162+236+252=650 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.92% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECFC is #5D1303. Grayscale: #D7D7D7. Windows color (decimal): -6099716 or 16575650. OLE color: 16575650.

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

Color convert

RGB162236252-
CMYK0.360.0600.01
HSL190.67º93.75%81.18%-
HSV(B)190.67º35.71%98.82%-
XYZ62.4774.7103.22-
YUV215.7148.4889.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.92%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=24.92%
G=36.31%
B=38.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622362520.360.0600.01190.6793.7581.18
HexA2ECFC24601bf5e51
Octal24235437444601277136121
Binary101000101110110011111100100100110011011111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECFC; }

 p { color: rgb(162,236,252); }

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

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

 a { background-color: rgb(162,236,252); }

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

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

 span { border-color: rgb(162,236,252); }

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