#AAE5EC

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

Shades of Blizzard Blue #AAE5EC

Tints of Blizzard Blue #AAE5EC

Color information

#AAE5EC (or 0xAAE5EC) is unknown color: approx Blizzard Blue. HEX triplet: AA, E5 and EC. RGB value is (170,229,236). Sum of RGB (Red+Green+Blue) = 170+229+236=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5EC is #551A13. Grayscale: #D4D4D4. Windows color (decimal): -5577236 or 15525290. OLE color: 15525290.

HSL color Cylindrical-coordinate representation of color #AAE5EC: hue angle of 186.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAE5EC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170229236-
CMYK0.280.0300.07
HSL186.36º63.46%79.61%-
HSV(B)186.36º27.97%92.55%-
XYZ59.7470.6489.84-
YUV212.16141.4597.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=26.77%
G=36.06%
B=37.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702292360.280.0300.07186.3663.4679.61
HexAAE5EC1C307ba3f50
Octal2523453543430727277120
Binary10101010111001011110110011100110111101110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5EC; }

 p { color: rgb(170,229,236); }

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

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

 a { background-color: rgb(170,229,236); }

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

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

 span { border-color: rgb(170,229,236); }

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