#a2effa

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

Shades of Blizzard Blue #A2EFFA

Tints of Blizzard Blue #A2EFFA

Color information

#A2EFFA (or 0xA2EFFA) is unknown color: approx Blizzard Blue. HEX triplet: A2, EF and FA. RGB value is (162,239,250). Sum of RGB (Red+Green+Blue) = 162+239+250=651 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.88% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFFA is #5D1005. Grayscale: #D9D9D9. Windows color (decimal): -6098950 or 16445346. OLE color: 16445346.

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

Color convert

RGB162239250-
CMYK0.350.0400.02
HSL187.5º89.8%80.78%-
HSV(B)187.5º35.2%98.04%-
XYZ63.0276.32101.85-
YUV217.23146.4988.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.88%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=24.88%
G=36.71%
B=38.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622392500.350.0400.02187.589.880.78
HexA2EFFA23402bc5a51
Octal24235737243402274132121
Binary1010001011101111111110101000111000101011110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2effa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2effa; }

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

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

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

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

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

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

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

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