Shades of Blizzard Blue #AAE3F0
Tints of Blizzard Blue #AAE3F0
RGB
CMYK
RGB Variations
Color information
#AAE3F0 (or 0xAAE3F0) is known color: Blizzard Blue. HEX triplet: AA, E3 and F0. RGB value is (170,227,240). Sum of RGB (Red+Green+Blue) = 170+227+240=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAE3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3F0 is #551C0F. Grayscale: #D3D3D3. Windows color (decimal): -5577744 or 15786922. OLE color: 15786922.
HSL color Cylindrical-coordinate representation of color #AAE3F0: hue angle of 191.14º 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 #AAE3F0 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 227 | 240 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.06 |
| HSL | 191.14º | 0.7% | 0.8% | - |
| HSV(B) | 191.14º | 0.29% | 0.94% | - |
| XYZ | 59.77 | 69.78 | 92.76 | - |
| YUV | 211.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 240 | 0.29 | 0.05 | 0 | 0.06 | 191.14 | 0.7 | 0.8 |
| Hex | AA | E3 | F0 | 1D | 5 | 0 | 6 | BF | 46 | 50 |
| Octal | 252 | 343 | 360 | 35 | 5 | 0 | 6 | 277 | 106 | 120 |
| Binary | 10101010 | 11100011 | 11110000 | 11101 | 101 | 0 | 110 | 10111111 | 1000110 | 1010000 |
Color Harmonies of #AAE3F0
Complementary color
Monochromatic Colors of #AAE3F0
Black with #AAE3F0
Text Example
Text Example
White with #AAE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3F0; }
p { color: rgb(170,227,240); }
H1.HeaderClassName
{
color: #AAE3F0;
}
.AnyTagClassName
{
color: #AAE3F0;
}
</style>
background-color css
<style>
a { background-color: #AAE3F0; }
a { background-color: rgb(170,227,240); }
div.DivClassName
{
background-color: #AAE3F0;
}
.BgClassName
{
background-color: #AAE3F0;
}
</style>
border-color css
<style>
span { border-color: #AAE3F0; }
span { border-color: rgb(170,227,240); }
td.TdClassName
{
border-color: #AAE3F0;
}
.TagClassName
{
border-color: #AAE3F0;
}
</style>