Shades of Blizzard Blue #AAE7FB
Tints of Blizzard Blue #AAE7FB
RGB
CMYK
RGB Variations
Color information
#AAE7FB (or 0xAAE7FB) is known color: Blizzard Blue. HEX triplet: AA, E7 and FB. RGB value is (170,231,251). Sum of RGB (Red+Green+Blue) = 170+231+251=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FB is #551804. Grayscale: #D6D6D6. Windows color (decimal): -5576709 or 16508842. OLE color: 16508842.
HSL color Cylindrical-coordinate representation of color #AAE7FB: hue angle of 194.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE7FB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 231 | 251 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.02 |
| HSL | 194.81º | 0.91% | 0.83% | - |
| HSV(B) | 194.81º | 0.32% | 0.98% | - |
| XYZ | 62.57 | 72.66 | 101.99 | - |
| YUV | 215.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 251 | 0.32 | 0.08 | 0 | 0.02 | 194.81 | 0.91 | 0.83 |
| Hex | AA | E7 | FB | 20 | 8 | 0 | 2 | C3 | 5B | 53 |
| Octal | 252 | 347 | 373 | 40 | 10 | 0 | 2 | 303 | 133 | 123 |
| Binary | 10101010 | 11100111 | 11111011 | 100000 | 1000 | 0 | 10 | 11000011 | 1011011 | 1010011 |
Color Harmonies of #AAE7FB
Complementary color
Monochromatic Colors of #AAE7FB
Black with #AAE7FB
Text Example
Text Example
White with #AAE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7FB; }
p { color: rgb(170,231,251); }
H1.HeaderClassName
{
color: #AAE7FB;
}
.AnyTagClassName
{
color: #AAE7FB;
}
</style>
background-color css
<style>
a { background-color: #AAE7FB; }
a { background-color: rgb(170,231,251); }
div.DivClassName
{
background-color: #AAE7FB;
}
.BgClassName
{
background-color: #AAE7FB;
}
</style>
border-color css
<style>
span { border-color: #AAE7FB; }
span { border-color: rgb(170,231,251); }
td.TdClassName
{
border-color: #AAE7FB;
}
.TagClassName
{
border-color: #AAE7FB;
}
</style>