Shades of Blizzard Blue #AAE4EE
Tints of Blizzard Blue #AAE4EE
RGB
CMYK
RGB Variations
Color information
#AAE4EE (or 0xAAE4EE) is known color: Blizzard Blue. HEX triplet: AA, E4 and EE. RGB value is (170,228,238). Sum of RGB (Red+Green+Blue) = 170+228+238=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4EE is #551B11. Grayscale: #D3D3D3. Windows color (decimal): -5577490 or 15656106. OLE color: 15656106.
HSL color Cylindrical-coordinate representation of color #AAE4EE: hue angle of 188.82º 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 #AAE4EE is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 228 | 238 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.07 |
| HSL | 188.82º | 0.67% | 0.8% | - |
| HSV(B) | 188.82º | 0.29% | 0.93% | - |
| XYZ | 59.75 | 70.21 | 91.29 | - |
| YUV | 211.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 238 | 0.29 | 0.04 | 0 | 0.07 | 188.82 | 0.67 | 0.8 |
| Hex | AA | E4 | EE | 1D | 4 | 0 | 7 | BD | 43 | 50 |
| Octal | 252 | 344 | 356 | 35 | 4 | 0 | 7 | 275 | 103 | 120 |
| Binary | 10101010 | 11100100 | 11101110 | 11101 | 100 | 0 | 111 | 10111101 | 1000011 | 1010000 |
Color Harmonies of #AAE4EE
Complementary color
Monochromatic Colors of #AAE4EE
Black with #AAE4EE
Text Example
Text Example
White with #AAE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4EE; }
p { color: rgb(170,228,238); }
H1.HeaderClassName
{
color: #AAE4EE;
}
.AnyTagClassName
{
color: #AAE4EE;
}
</style>
background-color css
<style>
a { background-color: #AAE4EE; }
a { background-color: rgb(170,228,238); }
div.DivClassName
{
background-color: #AAE4EE;
}
.BgClassName
{
background-color: #AAE4EE;
}
</style>
border-color css
<style>
span { border-color: #AAE4EE; }
span { border-color: rgb(170,228,238); }
td.TdClassName
{
border-color: #AAE4EE;
}
.TagClassName
{
border-color: #AAE4EE;
}
</style>