Shades of Blizzard Blue #AAE7EC
Tints of Blizzard Blue #AAE7EC
RGB
CMYK
RGB Variations
Color information
#AAE7EC (or 0xAAE7EC) is known color: Blizzard Blue. HEX triplet: AA, E7 and EC. RGB value is (170,231,236). Sum of RGB (Red+Green+Blue) = 170+231+236=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7EC is #551813. Grayscale: #D5D5D5. Windows color (decimal): -5576724 or 15525802. OLE color: 15525802.
HSL color Cylindrical-coordinate representation of color #AAE7EC: hue angle of 184.55º 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 #AAE7EC is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 231 | 236 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.07 |
| HSL | 184.55º | 0.63% | 0.8% | - |
| HSV(B) | 184.55º | 0.28% | 0.93% | - |
| XYZ | 60.29 | 71.75 | 90.03 | - |
| YUV | 213.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 236 | 0.28 | 0.02 | 0 | 0.07 | 184.55 | 0.63 | 0.8 |
| Hex | AA | E7 | EC | 1C | 2 | 0 | 7 | B9 | 3F | 50 |
| Octal | 252 | 347 | 354 | 34 | 2 | 0 | 7 | 271 | 77 | 120 |
| Binary | 10101010 | 11100111 | 11101100 | 11100 | 10 | 0 | 111 | 10111001 | 111111 | 1010000 |
Color Harmonies of #AAE7EC
Complementary color
Monochromatic Colors of #AAE7EC
Black with #AAE7EC
Text Example
Text Example
White with #AAE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7EC; }
p { color: rgb(170,231,236); }
H1.HeaderClassName
{
color: #AAE7EC;
}
.AnyTagClassName
{
color: #AAE7EC;
}
</style>
background-color css
<style>
a { background-color: #AAE7EC; }
a { background-color: rgb(170,231,236); }
div.DivClassName
{
background-color: #AAE7EC;
}
.BgClassName
{
background-color: #AAE7EC;
}
</style>
border-color css
<style>
span { border-color: #AAE7EC; }
span { border-color: rgb(170,231,236); }
td.TdClassName
{
border-color: #AAE7EC;
}
.TagClassName
{
border-color: #AAE7EC;
}
</style>