Shades of Blizzard Blue #AAEBFC
Tints of Blizzard Blue #AAEBFC
RGB
CMYK
RGB Variations
Color information
#AAEBFC (or 0xAAEBFC) is known color: Blizzard Blue. HEX triplet: AA, EB and FC. RGB value is (170,235,252). Sum of RGB (Red+Green+Blue) = 170+235+252=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBFC is #551403. Grayscale: #D9D9D9. Windows color (decimal): -5575684 or 16575402. OLE color: 16575402.
HSL color Cylindrical-coordinate representation of color #AAEBFC: hue angle of 192.44º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEBFC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 235 | 252 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.01 |
| HSL | 192.44º | 0.93% | 0.83% | - |
| HSV(B) | 192.44º | 0.33% | 0.99% | - |
| XYZ | 63.86 | 74.99 | 103.2 | - |
| YUV | 217.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 252 | 0.33 | 0.07 | 0 | 0.01 | 192.44 | 0.93 | 0.83 |
| Hex | AA | EB | FC | 21 | 7 | 0 | 1 | C0 | 5D | 53 |
| Octal | 252 | 353 | 374 | 41 | 7 | 0 | 1 | 300 | 135 | 123 |
| Binary | 10101010 | 11101011 | 11111100 | 100001 | 111 | 0 | 1 | 11000000 | 1011101 | 1010011 |
Color Harmonies of #AAEBFC
Complementary color
Monochromatic Colors of #AAEBFC
Black with #AAEBFC
Text Example
Text Example
White with #AAEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBFC; }
p { color: rgb(170,235,252); }
H1.HeaderClassName
{
color: #AAEBFC;
}
.AnyTagClassName
{
color: #AAEBFC;
}
</style>
background-color css
<style>
a { background-color: #AAEBFC; }
a { background-color: rgb(170,235,252); }
div.DivClassName
{
background-color: #AAEBFC;
}
.BgClassName
{
background-color: #AAEBFC;
}
</style>
border-color css
<style>
span { border-color: #AAEBFC; }
span { border-color: rgb(170,235,252); }
td.TdClassName
{
border-color: #AAEBFC;
}
.TagClassName
{
border-color: #AAEBFC;
}
</style>