Shades of Blizzard Blue #AAE0EE
Tints of Blizzard Blue #AAE0EE
RGB
CMYK
RGB Variations
Color information
#AAE0EE (or 0xAAE0EE) is known color: Blizzard Blue. HEX triplet: AA, E0 and EE. RGB value is (170,224,238). Sum of RGB (Red+Green+Blue) = 170+224+238=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0EE is #551F11. Grayscale: #D1D1D1. Windows color (decimal): -5578514 or 15655082. OLE color: 15655082.
HSL color Cylindrical-coordinate representation of color #AAE0EE: hue angle of 192.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE0EE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 224 | 238 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.07 |
| HSL | 192.35º | 0.67% | 0.8% | - |
| HSV(B) | 192.35º | 0.29% | 0.93% | - |
| XYZ | 58.67 | 68.03 | 90.93 | - |
| YUV | 209.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 238 | 0.29 | 0.06 | 0 | 0.07 | 192.35 | 0.67 | 0.8 |
| Hex | AA | E0 | EE | 1D | 6 | 0 | 7 | C0 | 43 | 50 |
| Octal | 252 | 340 | 356 | 35 | 6 | 0 | 7 | 300 | 103 | 120 |
| Binary | 10101010 | 11100000 | 11101110 | 11101 | 110 | 0 | 111 | 11000000 | 1000011 | 1010000 |
Color Harmonies of #AAE0EE
Complementary color
Monochromatic Colors of #AAE0EE
Black with #AAE0EE
Text Example
Text Example
White with #AAE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0EE; }
p { color: rgb(170,224,238); }
H1.HeaderClassName
{
color: #AAE0EE;
}
.AnyTagClassName
{
color: #AAE0EE;
}
</style>
background-color css
<style>
a { background-color: #AAE0EE; }
a { background-color: rgb(170,224,238); }
div.DivClassName
{
background-color: #AAE0EE;
}
.BgClassName
{
background-color: #AAE0EE;
}
</style>
border-color css
<style>
span { border-color: #AAE0EE; }
span { border-color: rgb(170,224,238); }
td.TdClassName
{
border-color: #AAE0EE;
}
.TagClassName
{
border-color: #AAE0EE;
}
</style>