Shades of Blizzard Blue #AAE2F1
Tints of Blizzard Blue #AAE2F1
RGB
CMYK
RGB Variations
Color information
#AAE2F1 (or 0xAAE2F1) is known color: Blizzard Blue. HEX triplet: AA, E2 and F1. RGB value is (170,226,241). Sum of RGB (Red+Green+Blue) = 170+226+241=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAE2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2F1 is #551D0E. Grayscale: #D2D2D2. Windows color (decimal): -5577999 or 15852202. OLE color: 15852202.
HSL color Cylindrical-coordinate representation of color #AAE2F1: hue angle of 192.68º 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 #AAE2F1 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 226 | 241 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.05 |
| HSL | 192.68º | 0.72% | 0.81% | - |
| HSV(B) | 192.68º | 0.29% | 0.95% | - |
| XYZ | 59.65 | 69.29 | 93.45 | - |
| YUV | 210.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 241 | 0.29 | 0.06 | 0 | 0.05 | 192.68 | 0.72 | 0.81 |
| Hex | AA | E2 | F1 | 1D | 6 | 0 | 5 | C1 | 48 | 51 |
| Octal | 252 | 342 | 361 | 35 | 6 | 0 | 5 | 301 | 110 | 121 |
| Binary | 10101010 | 11100010 | 11110001 | 11101 | 110 | 0 | 101 | 11000001 | 1001000 | 1010001 |
Color Harmonies of #AAE2F1
Complementary color
Monochromatic Colors of #AAE2F1
Black with #AAE2F1
Text Example
Text Example
White with #AAE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2F1; }
p { color: rgb(170,226,241); }
H1.HeaderClassName
{
color: #AAE2F1;
}
.AnyTagClassName
{
color: #AAE2F1;
}
</style>
background-color css
<style>
a { background-color: #AAE2F1; }
a { background-color: rgb(170,226,241); }
div.DivClassName
{
background-color: #AAE2F1;
}
.BgClassName
{
background-color: #AAE2F1;
}
</style>
border-color css
<style>
span { border-color: #AAE2F1; }
span { border-color: rgb(170,226,241); }
td.TdClassName
{
border-color: #AAE2F1;
}
.TagClassName
{
border-color: #AAE2F1;
}
</style>