Shades of Blizzard Blue #AAECFD
Tints of Blizzard Blue #AAECFD
RGB
CMYK
RGB Variations
Color information
#AAECFD (or 0xAAECFD) is known color: Blizzard Blue. HEX triplet: AA, EC and FD. RGB value is (170,236,253). Sum of RGB (Red+Green+Blue) = 170+236+253=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFD is #551302. Grayscale: #DADADA. Windows color (decimal): -5575427 or 16641194. OLE color: 16641194.
HSL color Cylindrical-coordinate representation of color #AAECFD: hue angle of 192.29º degrees, saturation: 0.95, 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 #AAECFD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 236 | 253 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.01 |
| HSL | 192.29º | 0.95% | 0.83% | - |
| HSV(B) | 192.29º | 0.33% | 0.99% | - |
| XYZ | 64.3 | 75.63 | 104.14 | - |
| YUV | 218.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 253 | 0.33 | 0.07 | 0 | 0.01 | 192.29 | 0.95 | 0.83 |
| Hex | AA | EC | FD | 21 | 7 | 0 | 1 | C0 | 5F | 53 |
| Octal | 252 | 354 | 375 | 41 | 7 | 0 | 1 | 300 | 137 | 123 |
| Binary | 10101010 | 11101100 | 11111101 | 100001 | 111 | 0 | 1 | 11000000 | 1011111 | 1010011 |
Color Harmonies of #AAECFD
Complementary color
Monochromatic Colors of #AAECFD
Black with #AAECFD
Text Example
Text Example
White with #AAECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECFD; }
p { color: rgb(170,236,253); }
H1.HeaderClassName
{
color: #AAECFD;
}
.AnyTagClassName
{
color: #AAECFD;
}
</style>
background-color css
<style>
a { background-color: #AAECFD; }
a { background-color: rgb(170,236,253); }
div.DivClassName
{
background-color: #AAECFD;
}
.BgClassName
{
background-color: #AAECFD;
}
</style>
border-color css
<style>
span { border-color: #AAECFD; }
span { border-color: rgb(170,236,253); }
td.TdClassName
{
border-color: #AAECFD;
}
.TagClassName
{
border-color: #AAECFD;
}
</style>