Shades of Blizzard Blue #AAE2EC
Tints of Blizzard Blue #AAE2EC
RGB
CMYK
RGB Variations
Color information
#AAE2EC (or 0xAAE2EC) is known color: Blizzard Blue. HEX triplet: AA, E2 and EC. RGB value is (170,226,236). Sum of RGB (Red+Green+Blue) = 170+226+236=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2EC is #551D13. Grayscale: #D2D2D2. Windows color (decimal): -5578004 or 15524522. OLE color: 15524522.
HSL color Cylindrical-coordinate representation of color #AAE2EC: hue angle of 189.09º 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 #AAE2EC is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 226 | 236 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.07 |
| HSL | 189.09º | 0.63% | 0.8% | - |
| HSV(B) | 189.09º | 0.28% | 0.93% | - |
| XYZ | 58.91 | 68.99 | 89.57 | - |
| YUV | 210.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 236 | 0.28 | 0.04 | 0 | 0.07 | 189.09 | 0.63 | 0.8 |
| Hex | AA | E2 | EC | 1C | 4 | 0 | 7 | BD | 3F | 50 |
| Octal | 252 | 342 | 354 | 34 | 4 | 0 | 7 | 275 | 77 | 120 |
| Binary | 10101010 | 11100010 | 11101100 | 11100 | 100 | 0 | 111 | 10111101 | 111111 | 1010000 |
Color Harmonies of #AAE2EC
Complementary color
Monochromatic Colors of #AAE2EC
Black with #AAE2EC
Text Example
Text Example
White with #AAE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2EC; }
p { color: rgb(170,226,236); }
H1.HeaderClassName
{
color: #AAE2EC;
}
.AnyTagClassName
{
color: #AAE2EC;
}
</style>
background-color css
<style>
a { background-color: #AAE2EC; }
a { background-color: rgb(170,226,236); }
div.DivClassName
{
background-color: #AAE2EC;
}
.BgClassName
{
background-color: #AAE2EC;
}
</style>
border-color css
<style>
span { border-color: #AAE2EC; }
span { border-color: rgb(170,226,236); }
td.TdClassName
{
border-color: #AAE2EC;
}
.TagClassName
{
border-color: #AAE2EC;
}
</style>