Shades of Blizzard Blue #AEE9F7
Tints of Blizzard Blue #AEE9F7
RGB
CMYK
RGB Variations
Color information
#AEE9F7 (or 0xAEE9F7) is known color: Blizzard Blue. HEX triplet: AE, E9 and F7. RGB value is (174,233,247). Sum of RGB (Red+Green+Blue) = 174+233+247=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEE9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE9F7 is #511608. Grayscale: #D8D8D8. Windows color (decimal): -5314057 or 16247214. OLE color: 16247214.
HSL color Cylindrical-coordinate representation of color #AEE9F7: hue angle of 191.51º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEE9F7 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 233 | 247 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.03 |
| HSL | 191.51º | 0.82% | 0.83% | - |
| HSV(B) | 191.51º | 0.3% | 0.97% | - |
| XYZ | 63.38 | 73.99 | 98.94 | - |
| YUV | 216.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 233 | 247 | 0.30 | 0.06 | 0 | 0.03 | 191.51 | 0.82 | 0.83 |
| Hex | AE | E9 | F7 | 1E | 6 | 0 | 3 | C0 | 52 | 53 |
| Octal | 256 | 351 | 367 | 36 | 6 | 0 | 3 | 300 | 122 | 123 |
| Binary | 10101110 | 11101001 | 11110111 | 11110 | 110 | 0 | 11 | 11000000 | 1010010 | 1010011 |
Color Harmonies of #AEE9F7
Complementary color
Monochromatic Colors of #AEE9F7
Black with #AEE9F7
Text Example
Text Example
White with #AEE9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE9F7; }
p { color: rgb(174,233,247); }
H1.HeaderClassName
{
color: #AEE9F7;
}
.AnyTagClassName
{
color: #AEE9F7;
}
</style>
background-color css
<style>
a { background-color: #AEE9F7; }
a { background-color: rgb(174,233,247); }
div.DivClassName
{
background-color: #AEE9F7;
}
.BgClassName
{
background-color: #AEE9F7;
}
</style>
border-color css
<style>
span { border-color: #AEE9F7; }
span { border-color: rgb(174,233,247); }
td.TdClassName
{
border-color: #AEE9F7;
}
.TagClassName
{
border-color: #AEE9F7;
}
</style>