Shades of Blizzard Blue #AAE8F8
Tints of Blizzard Blue #AAE8F8
RGB
CMYK
RGB Variations
Color information
#AAE8F8 (or 0xAAE8F8) is known color: Blizzard Blue. HEX triplet: AA, E8 and F8. RGB value is (170,232,248). Sum of RGB (Red+Green+Blue) = 170+232+248=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAE8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8F8 is #551707. Grayscale: #D7D7D7. Windows color (decimal): -5576456 or 16312490. OLE color: 16312490.
HSL color Cylindrical-coordinate representation of color #AAE8F8: hue angle of 192.31º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAE8F8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 232 | 248 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.03 |
| HSL | 192.31º | 0.85% | 0.82% | - |
| HSV(B) | 192.31º | 0.31% | 0.97% | - |
| XYZ | 62.38 | 73.04 | 99.62 | - |
| YUV | 215.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 248 | 0.31 | 0.06 | 0 | 0.03 | 192.31 | 0.85 | 0.82 |
| Hex | AA | E8 | F8 | 1F | 6 | 0 | 3 | C0 | 55 | 52 |
| Octal | 252 | 350 | 370 | 37 | 6 | 0 | 3 | 300 | 125 | 122 |
| Binary | 10101010 | 11101000 | 11111000 | 11111 | 110 | 0 | 11 | 11000000 | 1010101 | 1010010 |
Color Harmonies of #AAE8F8
Complementary color
Monochromatic Colors of #AAE8F8
Black with #AAE8F8
Text Example
Text Example
White with #AAE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8F8; }
p { color: rgb(170,232,248); }
H1.HeaderClassName
{
color: #AAE8F8;
}
.AnyTagClassName
{
color: #AAE8F8;
}
</style>
background-color css
<style>
a { background-color: #AAE8F8; }
a { background-color: rgb(170,232,248); }
div.DivClassName
{
background-color: #AAE8F8;
}
.BgClassName
{
background-color: #AAE8F8;
}
</style>
border-color css
<style>
span { border-color: #AAE8F8; }
span { border-color: rgb(170,232,248); }
td.TdClassName
{
border-color: #AAE8F8;
}
.TagClassName
{
border-color: #AAE8F8;
}
</style>