Shades of Blizzard Blue #AAE4F0
Tints of Blizzard Blue #AAE4F0
RGB
CMYK
RGB Variations
Color information
#AAE4F0 (or 0xAAE4F0) is known color: Blizzard Blue. HEX triplet: AA, E4 and F0. RGB value is (170,228,240). Sum of RGB (Red+Green+Blue) = 170+228+240=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAE4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4F0 is #551B0F. Grayscale: #D3D3D3. Windows color (decimal): -5577488 or 15787178. OLE color: 15787178.
HSL color Cylindrical-coordinate representation of color #AAE4F0: hue angle of 190.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE4F0 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 228 | 240 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.06 |
| HSL | 190.29º | 0.7% | 0.8% | - |
| HSV(B) | 190.29º | 0.29% | 0.94% | - |
| XYZ | 60.05 | 70.32 | 92.85 | - |
| YUV | 212.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 240 | 0.29 | 0.05 | 0 | 0.06 | 190.29 | 0.7 | 0.8 |
| Hex | AA | E4 | F0 | 1D | 5 | 0 | 6 | BE | 46 | 50 |
| Octal | 252 | 344 | 360 | 35 | 5 | 0 | 6 | 276 | 106 | 120 |
| Binary | 10101010 | 11100100 | 11110000 | 11101 | 101 | 0 | 110 | 10111110 | 1000110 | 1010000 |
Color Harmonies of #AAE4F0
Complementary color
Monochromatic Colors of #AAE4F0
Black with #AAE4F0
Text Example
Text Example
White with #AAE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4F0; }
p { color: rgb(170,228,240); }
H1.HeaderClassName
{
color: #AAE4F0;
}
.AnyTagClassName
{
color: #AAE4F0;
}
</style>
background-color css
<style>
a { background-color: #AAE4F0; }
a { background-color: rgb(170,228,240); }
div.DivClassName
{
background-color: #AAE4F0;
}
.BgClassName
{
background-color: #AAE4F0;
}
</style>
border-color css
<style>
span { border-color: #AAE4F0; }
span { border-color: rgb(170,228,240); }
td.TdClassName
{
border-color: #AAE4F0;
}
.TagClassName
{
border-color: #AAE4F0;
}
</style>