Shades of Blizzard Blue #AAE6EC
Tints of Blizzard Blue #AAE6EC
RGB
CMYK
RGB Variations
Color information
#AAE6EC (or 0xAAE6EC) is known color: Blizzard Blue. HEX triplet: AA, E6 and EC. RGB value is (170,230,236). Sum of RGB (Red+Green+Blue) = 170+230+236=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6EC is #551913. Grayscale: #D4D4D4. Windows color (decimal): -5576980 or 15525546. OLE color: 15525546.
HSL color Cylindrical-coordinate representation of color #AAE6EC: hue angle of 185.45º 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 #AAE6EC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 230 | 236 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.07 |
| HSL | 185.45º | 0.63% | 0.8% | - |
| HSV(B) | 185.45º | 0.28% | 0.93% | - |
| XYZ | 60.01 | 71.2 | 89.94 | - |
| YUV | 212.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 236 | 0.28 | 0.03 | 0 | 0.07 | 185.45 | 0.63 | 0.8 |
| Hex | AA | E6 | EC | 1C | 3 | 0 | 7 | B9 | 3F | 50 |
| Octal | 252 | 346 | 354 | 34 | 3 | 0 | 7 | 271 | 77 | 120 |
| Binary | 10101010 | 11100110 | 11101100 | 11100 | 11 | 0 | 111 | 10111001 | 111111 | 1010000 |
Color Harmonies of #AAE6EC
Complementary color
Monochromatic Colors of #AAE6EC
Black with #AAE6EC
Text Example
Text Example
White with #AAE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6EC; }
p { color: rgb(170,230,236); }
H1.HeaderClassName
{
color: #AAE6EC;
}
.AnyTagClassName
{
color: #AAE6EC;
}
</style>
background-color css
<style>
a { background-color: #AAE6EC; }
a { background-color: rgb(170,230,236); }
div.DivClassName
{
background-color: #AAE6EC;
}
.BgClassName
{
background-color: #AAE6EC;
}
</style>
border-color css
<style>
span { border-color: #AAE6EC; }
span { border-color: rgb(170,230,236); }
td.TdClassName
{
border-color: #AAE6EC;
}
.TagClassName
{
border-color: #AAE6EC;
}
</style>