#AAE0ED

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

Shades of Blizzard Blue #AAE0ED

Tints of Blizzard Blue #AAE0ED

Color information

#AAE0ED (or 0xAAE0ED) is unknown color: approx Blizzard Blue. HEX triplet: AA, E0 and ED. RGB value is (170,224,237). Sum of RGB (Red+Green+Blue) = 170+224+237=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0ED is #551F12. Grayscale: #D1D1D1. Windows color (decimal): -5578515 or 15589546. OLE color: 15589546.

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

Color convert

RGB170224237-
CMYK0.280.0500.07
HSL191.64º65.05%79.8%-
HSV(B)191.64º28.27%92.94%-
XYZ58.5267.9790.16-
YUV209.34143.6199.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 224 (87.89% from 255) = 35.50%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=26.94%
G=35.50%
B=37.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702242370.280.0500.07191.6465.0579.8
HexAAE0ED1C507c04150
Octal25234035534507300101120
Binary1010101011100000111011011110010101111100000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0ED; }

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

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

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

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

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

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

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

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