Shades of Blizzard Blue #AAE7FA
Tints of Blizzard Blue #AAE7FA
RGB
CMYK
RGB Variations
Color information
#AAE7FA (or 0xAAE7FA) is known color: Blizzard Blue. HEX triplet: AA, E7 and FA. RGB value is (170,231,250). Sum of RGB (Red+Green+Blue) = 170+231+250=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FA is #551805. Grayscale: #D6D6D6. Windows color (decimal): -5576710 or 16443306. OLE color: 16443306.
HSL color Cylindrical-coordinate representation of color #AAE7FA: hue angle of 194.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE7FA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 231 | 250 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.02 |
| HSL | 194.25º | 0.89% | 0.82% | - |
| HSV(B) | 194.25º | 0.32% | 0.98% | - |
| XYZ | 62.41 | 72.6 | 101.17 | - |
| YUV | 214.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 250 | 0.32 | 0.08 | 0 | 0.02 | 194.25 | 0.89 | 0.82 |
| Hex | AA | E7 | FA | 20 | 8 | 0 | 2 | C2 | 59 | 52 |
| Octal | 252 | 347 | 372 | 40 | 10 | 0 | 2 | 302 | 131 | 122 |
| Binary | 10101010 | 11100111 | 11111010 | 100000 | 1000 | 0 | 10 | 11000010 | 1011001 | 1010010 |
Color Harmonies of #AAE7FA
Complementary color
Monochromatic Colors of #AAE7FA
Black with #AAE7FA
Text Example
Text Example
White with #AAE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7FA; }
p { color: rgb(170,231,250); }
H1.HeaderClassName
{
color: #AAE7FA;
}
.AnyTagClassName
{
color: #AAE7FA;
}
</style>
background-color css
<style>
a { background-color: #AAE7FA; }
a { background-color: rgb(170,231,250); }
div.DivClassName
{
background-color: #AAE7FA;
}
.BgClassName
{
background-color: #AAE7FA;
}
</style>
border-color css
<style>
span { border-color: #AAE7FA; }
span { border-color: rgb(170,231,250); }
td.TdClassName
{
border-color: #AAE7FA;
}
.TagClassName
{
border-color: #AAE7FA;
}
</style>