#AAE5ED

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

Shades of Blizzard Blue #AAE5ED

Tints of Blizzard Blue #AAE5ED

Color information

#AAE5ED (or 0xAAE5ED) is unknown color: approx Blizzard Blue. HEX triplet: AA, E5 and ED. RGB value is (170,229,237). Sum of RGB (Red+Green+Blue) = 170+229+237=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5ED is #551A12. Grayscale: #D4D4D4. Windows color (decimal): -5577235 or 15590826. OLE color: 15590826.

HSL color Cylindrical-coordinate representation of color #AAE5ED: hue angle of 187.16º degrees, saturation: 0.65, 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 #AAE5ED is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170229237-
CMYK0.280.0300.07
HSL187.16º65.05%79.8%-
HSV(B)187.16º28.27%92.94%-
XYZ59.8870.790.61-
YUV212.27141.9597.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.73%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=26.73%
G=36.01%
B=37.26%

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
Decimal1702292370.280.0300.07187.1665.0579.8
HexAAE5ED1C307bb4150
Octal25234535534307273101120
Binary101010101110010111101101111001101111011101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5ED; }

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

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

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

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

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

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

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

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