#A2EDFA

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

Shades of Blizzard Blue #A2EDFA

Tints of Blizzard Blue #A2EDFA

Color information

#A2EDFA (or 0xA2EDFA) is unknown color: approx Blizzard Blue. HEX triplet: A2, ED and FA. RGB value is (162,237,250). Sum of RGB (Red+Green+Blue) = 162+237+250=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDFA is #5D1205. Grayscale: #D7D7D7. Windows color (decimal): -6099462 or 16444834. OLE color: 16444834.

HSL color Cylindrical-coordinate representation of color #A2EDFA: hue angle of 188.86º 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 #A2EDFA is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162237250-
CMYK0.350.0500.02
HSL188.86º89.8%80.78%-
HSV(B)188.86º35.2%98.04%-
XYZ62.4475.15101.66-
YUV216.06147.1589.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.96%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=24.96%
G=36.52%
B=38.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622372500.350.0500.02188.8689.880.78
HexA2EDFA23502bd5a51
Octal24235537243502275132121
Binary1010001011101101111110101000111010101011110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDFA; }

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

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

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

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

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

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

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

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