Shades of Blizzard Blue #AAE8F1
Tints of Blizzard Blue #AAE8F1
RGB
CMYK
RGB Variations
Color information
#AAE8F1 (or 0xAAE8F1) is known color: Blizzard Blue. HEX triplet: AA, E8 and F1. RGB value is (170,232,241). Sum of RGB (Red+Green+Blue) = 170+232+241=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAE8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8F1 is #55170E. Grayscale: #D6D6D6. Windows color (decimal): -5576463 or 15853738. OLE color: 15853738.
HSL color Cylindrical-coordinate representation of color #AAE8F1: hue angle of 187.61º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE8F1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 232 | 241 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.05 |
| HSL | 187.61º | 0.72% | 0.81% | - |
| HSV(B) | 187.61º | 0.29% | 0.95% | - |
| XYZ | 61.31 | 72.61 | 94 | - |
| YUV | 214.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 241 | 0.29 | 0.04 | 0 | 0.05 | 187.61 | 0.72 | 0.81 |
| Hex | AA | E8 | F1 | 1D | 4 | 0 | 5 | BC | 48 | 51 |
| Octal | 252 | 350 | 361 | 35 | 4 | 0 | 5 | 274 | 110 | 121 |
| Binary | 10101010 | 11101000 | 11110001 | 11101 | 100 | 0 | 101 | 10111100 | 1001000 | 1010001 |
Color Harmonies of #AAE8F1
Complementary color
Monochromatic Colors of #AAE8F1
Black with #AAE8F1
Text Example
Text Example
White with #AAE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8F1; }
p { color: rgb(170,232,241); }
H1.HeaderClassName
{
color: #AAE8F1;
}
.AnyTagClassName
{
color: #AAE8F1;
}
</style>
background-color css
<style>
a { background-color: #AAE8F1; }
a { background-color: rgb(170,232,241); }
div.DivClassName
{
background-color: #AAE8F1;
}
.BgClassName
{
background-color: #AAE8F1;
}
</style>
border-color css
<style>
span { border-color: #AAE8F1; }
span { border-color: rgb(170,232,241); }
td.TdClassName
{
border-color: #AAE8F1;
}
.TagClassName
{
border-color: #AAE8F1;
}
</style>