#A2ECFD

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

Shades of Blizzard Blue #A2ECFD

Tints of Blizzard Blue #A2ECFD

Color information

#A2ECFD (or 0xA2ECFD) is unknown color: approx Blizzard Blue. HEX triplet: A2, EC and FD. RGB value is (162,236,253). Sum of RGB (Red+Green+Blue) = 162+236+253=651 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.88% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECFD is #5D1302. Grayscale: #D7D7D7. Windows color (decimal): -6099715 or 16641186. OLE color: 16641186.

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

Color convert

RGB162236253-
CMYK0.360.0700.01
HSL191.21º95.79%81.37%-
HSV(B)191.21º35.97%99.22%-
XYZ62.6374.76104.06-
YUV215.81148.9889.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.88%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=24.88%
G=36.25%
B=38.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622362530.360.0700.01191.2195.7981.37
HexA2ECFD24701bf6051
Octal24235437544701277140121
Binary101000101110110011111101100100111011011111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECFD; }

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

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

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

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

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

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

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

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