#A2E9FA

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

Shades of Blizzard Blue #A2E9FA

Tints of Blizzard Blue #A2E9FA

Color information

#A2E9FA (or 0xA2E9FA) is unknown color: approx Blizzard Blue. HEX triplet: A2, E9 and FA. RGB value is (162,233,250). Sum of RGB (Red+Green+Blue) = 162+233+250=645 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.12% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E9FA is #5D1605. Grayscale: #D5D5D5. Windows color (decimal): -6100486 or 16443810. OLE color: 16443810.

HSL color Cylindrical-coordinate representation of color #A2E9FA: hue angle of 191.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2E9FA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162233250-
CMYK0.350.0700.02
HSL191.59º89.8%80.78%-
HSV(B)191.59º35.2%98.04%-
XYZ61.2972.86101.28-
YUV213.71148.4891.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.12%
GREEN value IS 233 (91.41% from 255) = 36.12%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=25.12%
G=36.12%
B=38.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622332500.350.0700.02191.5989.880.78
HexA2E9FA23702c05a51
Octal24235137243702300132121
Binary1010001011101001111110101000111110101100000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E9FA; }

 p { color: rgb(162,233,250); }

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

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

 a { background-color: rgb(162,233,250); }

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

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

 span { border-color: rgb(162,233,250); }

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