Shades of Blizzard Blue #AAECFE
Tints of Blizzard Blue #AAECFE
RGB
CMYK
RGB Variations
Color information
#AAECFE (or 0xAAECFE) is known color: Blizzard Blue. HEX triplet: AA, EC and FE. RGB value is (170,236,254). Sum of RGB (Red+Green+Blue) = 170+236+254=660 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.76% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFE is #551301. Grayscale: #DADADA. Windows color (decimal): -5575426 or 16706730. OLE color: 16706730.
HSL color Cylindrical-coordinate representation of color #AAECFE: hue angle of 192.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAECFE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 236 | 254 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.00 |
| HSL | 192.86º | 0.98% | 0.83% | - |
| HSV(B) | 192.86º | 0.33% | 1% | - |
| XYZ | 64.46 | 75.69 | 104.98 | - |
| YUV | 218.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 254 | 0.33 | 0.07 | 0 | 0.00 | 192.86 | 0.98 | 0.83 |
| Hex | AA | EC | FE | 21 | 7 | 0 | 0 | C1 | 62 | 53 |
| Octal | 252 | 354 | 376 | 41 | 7 | 0 | 0 | 301 | 142 | 123 |
| Binary | 10101010 | 11101100 | 11111110 | 100001 | 111 | 0 | 0 | 11000001 | 1100010 | 1010011 |
Color Harmonies of #AAECFE
Complementary color
Monochromatic Colors of #AAECFE
Black with #AAECFE
Text Example
Text Example
White with #AAECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECFE; }
p { color: rgb(170,236,254); }
H1.HeaderClassName
{
color: #AAECFE;
}
.AnyTagClassName
{
color: #AAECFE;
}
</style>
background-color css
<style>
a { background-color: #AAECFE; }
a { background-color: rgb(170,236,254); }
div.DivClassName
{
background-color: #AAECFE;
}
.BgClassName
{
background-color: #AAECFE;
}
</style>
border-color css
<style>
span { border-color: #AAECFE; }
span { border-color: rgb(170,236,254); }
td.TdClassName
{
border-color: #AAECFE;
}
.TagClassName
{
border-color: #AAECFE;
}
</style>