Shades of Blizzard Blue #AAE0F1
Tints of Blizzard Blue #AAE0F1
RGB
CMYK
RGB Variations
Color information
#AAE0F1 (or 0xAAE0F1) is known color: Blizzard Blue. HEX triplet: AA, E0 and F1. RGB value is (170,224,241). Sum of RGB (Red+Green+Blue) = 170+224+241=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAE0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0F1 is #551F0E. Grayscale: #D1D1D1. Windows color (decimal): -5578511 or 15851690. OLE color: 15851690.
HSL color Cylindrical-coordinate representation of color #AAE0F1: hue angle of 194.37º 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 #AAE0F1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 224 | 241 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 194.37º | 0.72% | 0.81% | - |
| HSV(B) | 194.37º | 0.29% | 0.95% | - |
| XYZ | 59.11 | 68.21 | 93.27 | - |
| YUV | 209.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 241 | 0.29 | 0.07 | 0 | 0.05 | 194.37 | 0.72 | 0.81 |
| Hex | AA | E0 | F1 | 1D | 7 | 0 | 5 | C2 | 48 | 51 |
| Octal | 252 | 340 | 361 | 35 | 7 | 0 | 5 | 302 | 110 | 121 |
| Binary | 10101010 | 11100000 | 11110001 | 11101 | 111 | 0 | 101 | 11000010 | 1001000 | 1010001 |
Color Harmonies of #AAE0F1
Complementary color
Monochromatic Colors of #AAE0F1
Black with #AAE0F1
Text Example
Text Example
White with #AAE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0F1; }
p { color: rgb(170,224,241); }
H1.HeaderClassName
{
color: #AAE0F1;
}
.AnyTagClassName
{
color: #AAE0F1;
}
</style>
background-color css
<style>
a { background-color: #AAE0F1; }
a { background-color: rgb(170,224,241); }
div.DivClassName
{
background-color: #AAE0F1;
}
.BgClassName
{
background-color: #AAE0F1;
}
</style>
border-color css
<style>
span { border-color: #AAE0F1; }
span { border-color: rgb(170,224,241); }
td.TdClassName
{
border-color: #AAE0F1;
}
.TagClassName
{
border-color: #AAE0F1;
}
</style>