Shades of Blizzard Blue #AAECFF
Tints of Blizzard Blue #AAECFF
RGB
CMYK
RGB Variations
Color information
#AAECFF (or 0xAAECFF) is known color: Blizzard Blue. HEX triplet: AA, EC and FF. RGB value is (170,236,255). Sum of RGB (Red+Green+Blue) = 170+236+255=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFF is #551300. Grayscale: #DADADA. Windows color (decimal): -5575425 or 16772266. OLE color: 16772266.
HSL color Cylindrical-coordinate representation of color #AAECFF: hue angle of 193.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAECFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 236 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 193.41º | 1% | 0.83% | - |
| HSV(B) | 193.41º | 0.33% | 1% | - |
| XYZ | 64.62 | 75.76 | 105.82 | - |
| YUV | 218.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 255 | 0.33 | 0.07 | 0 | 0 | 193.41 | 1 | 0.83 |
| Hex | AA | EC | FF | 21 | 7 | 0 | 0 | C1 | 64 | 53 |
| Octal | 252 | 354 | 377 | 41 | 7 | 0 | 0 | 301 | 144 | 123 |
| Binary | 10101010 | 11101100 | 11111111 | 100001 | 111 | 0 | 0 | 11000001 | 1100100 | 1010011 |
Color Harmonies of #AAECFF
Complementary color
Monochromatic Colors of #AAECFF
Black with #AAECFF
Text Example
Text Example
White with #AAECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECFF; }
p { color: rgb(170,236,255); }
H1.HeaderClassName
{
color: #AAECFF;
}
.AnyTagClassName
{
color: #AAECFF;
}
</style>
background-color css
<style>
a { background-color: #AAECFF; }
a { background-color: rgb(170,236,255); }
div.DivClassName
{
background-color: #AAECFF;
}
.BgClassName
{
background-color: #AAECFF;
}
</style>
border-color css
<style>
span { border-color: #AAECFF; }
span { border-color: rgb(170,236,255); }
td.TdClassName
{
border-color: #AAECFF;
}
.TagClassName
{
border-color: #AAECFF;
}
</style>