Shades of Blizzard Blue #AAE5ED
Tints of Blizzard Blue #AAE5ED
RGB
CMYK
RGB Variations
Color information
#AAE5ED (or 0xAAE5ED) is known color: 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
| RGB | 170 | 229 | 237 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.07 |
| HSL | 187.16º | 0.65% | 0.8% | - |
| HSV(B) | 187.16º | 0.28% | 0.93% | - |
| XYZ | 59.88 | 70.7 | 90.61 | - |
| YUV | 212.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 237 | 0.28 | 0.03 | 0 | 0.07 | 187.16 | 0.65 | 0.8 |
| Hex | AA | E5 | ED | 1C | 3 | 0 | 7 | BB | 41 | 50 |
| Octal | 252 | 345 | 355 | 34 | 3 | 0 | 7 | 273 | 101 | 120 |
| Binary | 10101010 | 11100101 | 11101101 | 11100 | 11 | 0 | 111 | 10111011 | 1000001 | 1010000 |
Color Harmonies of #AAE5ED
Complementary color
Monochromatic Colors of #AAE5ED
Black with #AAE5ED
Text Example
Text Example
White with #AAE5ED
Text Example
Text Example
HTML Codes & Css Web 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>