#A2EBF9

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

Shades of Blizzard Blue #A2EBF9

Tints of Blizzard Blue #A2EBF9

Color information

#A2EBF9 (or 0xA2EBF9) is unknown color: approx Blizzard Blue. HEX triplet: A2, EB and F9. RGB value is (162,235,249). Sum of RGB (Red+Green+Blue) = 162+235+249=646 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.08% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #A2EBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EBF9 is #5D1406. Grayscale: #D6D6D6. Windows color (decimal): -6099975 or 16378786. OLE color: 16378786.

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

Color convert

RGB162235249-
CMYK0.350.0600.02
HSL189.66º87.88%80.59%-
HSV(B)189.66º34.94%97.65%-
XYZ61.7173.94100.64-
YUV214.77147.3290.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.08%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=25.08%
G=36.38%
B=38.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622352490.350.0600.02189.6687.8880.59
HexA2EBF923602be5851
Octal24235337143602276130121
Binary1010001011101011111110011000111100101011111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBF9; }

 p { color: rgb(162,235,249); }

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

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

 a { background-color: rgb(162,235,249); }

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

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

 span { border-color: rgb(162,235,249); }

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