Shades of Blizzard Blue #AAE1F0
Tints of Blizzard Blue #AAE1F0
RGB
CMYK
RGB Variations
Color information
#AAE1F0 (or 0xAAE1F0) is known color: Blizzard Blue. HEX triplet: AA, E1 and F0. RGB value is (170,225,240). Sum of RGB (Red+Green+Blue) = 170+225+240=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAE1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1F0 is #551E0F. Grayscale: #D2D2D2. Windows color (decimal): -5578256 or 15786410. OLE color: 15786410.
HSL color Cylindrical-coordinate representation of color #AAE1F0: hue angle of 192.86º 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 #AAE1F0 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 225 | 240 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.06 |
| HSL | 192.86º | 0.7% | 0.8% | - |
| HSV(B) | 192.86º | 0.29% | 0.94% | - |
| XYZ | 59.23 | 68.69 | 92.57 | - |
| YUV | 210.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 240 | 0.29 | 0.06 | 0 | 0.06 | 192.86 | 0.7 | 0.8 |
| Hex | AA | E1 | F0 | 1D | 6 | 0 | 6 | C1 | 46 | 50 |
| Octal | 252 | 341 | 360 | 35 | 6 | 0 | 6 | 301 | 106 | 120 |
| Binary | 10101010 | 11100001 | 11110000 | 11101 | 110 | 0 | 110 | 11000001 | 1000110 | 1010000 |
Color Harmonies of #AAE1F0
Complementary color
Monochromatic Colors of #AAE1F0
Black with #AAE1F0
Text Example
Text Example
White with #AAE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1F0; }
p { color: rgb(170,225,240); }
H1.HeaderClassName
{
color: #AAE1F0;
}
.AnyTagClassName
{
color: #AAE1F0;
}
</style>
background-color css
<style>
a { background-color: #AAE1F0; }
a { background-color: rgb(170,225,240); }
div.DivClassName
{
background-color: #AAE1F0;
}
.BgClassName
{
background-color: #AAE1F0;
}
</style>
border-color css
<style>
span { border-color: #AAE1F0; }
span { border-color: rgb(170,225,240); }
td.TdClassName
{
border-color: #AAE1F0;
}
.TagClassName
{
border-color: #AAE1F0;
}
</style>