Shades of Blizzard Blue #AAE7F0
Tints of Blizzard Blue #AAE7F0
RGB
CMYK
RGB Variations
Color information
#AAE7F0 (or 0xAAE7F0) is known color: Blizzard Blue. HEX triplet: AA, E7 and F0. RGB value is (170,231,240). Sum of RGB (Red+Green+Blue) = 170+231+240=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAE7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7F0 is #55180F. Grayscale: #D5D5D5. Windows color (decimal): -5576720 or 15787946. OLE color: 15787946.
HSL color Cylindrical-coordinate representation of color #AAE7F0: hue angle of 187.71º 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 #AAE7F0 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 231 | 240 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.06 |
| HSL | 187.71º | 0.7% | 0.8% | - |
| HSV(B) | 187.71º | 0.29% | 0.94% | - |
| XYZ | 60.88 | 71.99 | 93.12 | - |
| YUV | 213.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 240 | 0.29 | 0.04 | 0 | 0.06 | 187.71 | 0.7 | 0.8 |
| Hex | AA | E7 | F0 | 1D | 4 | 0 | 6 | BC | 46 | 50 |
| Octal | 252 | 347 | 360 | 35 | 4 | 0 | 6 | 274 | 106 | 120 |
| Binary | 10101010 | 11100111 | 11110000 | 11101 | 100 | 0 | 110 | 10111100 | 1000110 | 1010000 |
Color Harmonies of #AAE7F0
Complementary color
Monochromatic Colors of #AAE7F0
Black with #AAE7F0
Text Example
Text Example
White with #AAE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7F0; }
p { color: rgb(170,231,240); }
H1.HeaderClassName
{
color: #AAE7F0;
}
.AnyTagClassName
{
color: #AAE7F0;
}
</style>
background-color css
<style>
a { background-color: #AAE7F0; }
a { background-color: rgb(170,231,240); }
div.DivClassName
{
background-color: #AAE7F0;
}
.BgClassName
{
background-color: #AAE7F0;
}
</style>
border-color css
<style>
span { border-color: #AAE7F0; }
span { border-color: rgb(170,231,240); }
td.TdClassName
{
border-color: #AAE7F0;
}
.TagClassName
{
border-color: #AAE7F0;
}
</style>