Shades of Blizzard Blue #AAE3F2
Tints of Blizzard Blue #AAE3F2
RGB
CMYK
RGB Variations
Color information
#AAE3F2 (or 0xAAE3F2) is known color: Blizzard Blue. HEX triplet: AA, E3 and F2. RGB value is (170,227,242). Sum of RGB (Red+Green+Blue) = 170+227+242=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAE3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3F2 is #551C0D. Grayscale: #D3D3D3. Windows color (decimal): -5577742 or 15917994. OLE color: 15917994.
HSL color Cylindrical-coordinate representation of color #AAE3F2: hue angle of 192.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAE3F2 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 227 | 242 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.05 |
| HSL | 192.5º | 0.73% | 0.81% | - |
| HSV(B) | 192.5º | 0.3% | 0.95% | - |
| XYZ | 60.07 | 69.9 | 94.33 | - |
| YUV | 211.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 242 | 0.30 | 0.06 | 0 | 0.05 | 192.5 | 0.73 | 0.81 |
| Hex | AA | E3 | F2 | 1E | 6 | 0 | 5 | C0 | 49 | 51 |
| Octal | 252 | 343 | 362 | 36 | 6 | 0 | 5 | 300 | 111 | 121 |
| Binary | 10101010 | 11100011 | 11110010 | 11110 | 110 | 0 | 101 | 11000000 | 1001001 | 1010001 |
Color Harmonies of #AAE3F2
Complementary color
Monochromatic Colors of #AAE3F2
Black with #AAE3F2
Text Example
Text Example
White with #AAE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3F2; }
p { color: rgb(170,227,242); }
H1.HeaderClassName
{
color: #AAE3F2;
}
.AnyTagClassName
{
color: #AAE3F2;
}
</style>
background-color css
<style>
a { background-color: #AAE3F2; }
a { background-color: rgb(170,227,242); }
div.DivClassName
{
background-color: #AAE3F2;
}
.BgClassName
{
background-color: #AAE3F2;
}
</style>
border-color css
<style>
span { border-color: #AAE3F2; }
span { border-color: rgb(170,227,242); }
td.TdClassName
{
border-color: #AAE3F2;
}
.TagClassName
{
border-color: #AAE3F2;
}
</style>