#AAEAF9

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

Shades of Blizzard Blue #AAEAF9

Tints of Blizzard Blue #AAEAF9

Color information

#AAEAF9 (or 0xAAEAF9) is unknown color: approx Blizzard Blue. HEX triplet: AA, EA and F9. RGB value is (170,234,249). Sum of RGB (Red+Green+Blue) = 170+234+249=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAEAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF9 is #551506. Grayscale: #D8D8D8. Windows color (decimal): -5575943 or 16378538. OLE color: 16378538.

HSL color Cylindrical-coordinate representation of color #AAEAF9: hue angle of 191.39º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEAF9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170234249-
CMYK0.320.0600.02
HSL191.39º86.81%82.16%-
HSV(B)191.39º31.73%97.65%-
XYZ63.174.23100.62-
YUV216.57146.394.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=26.03%
G=35.83%
B=38.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702342490.320.0600.02191.3986.8182.16
HexAAEAF920602bf5752
Octal25235237140602277127122
Binary1010101011101010111110011000001100101011111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAF9; }

 p { color: rgb(170,234,249); }

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

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

 a { background-color: rgb(170,234,249); }

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

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

 span { border-color: rgb(170,234,249); }

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