Shades of Blizzard Blue #AAEDFF
Tints of Blizzard Blue #AAEDFF
RGB
CMYK
RGB Variations
Color information
#AAEDFF (or 0xAAEDFF) is known color: Blizzard Blue. HEX triplet: AA, ED and FF. RGB value is (170,237,255). Sum of RGB (Red+Green+Blue) = 170+237+255=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDFF is #551200. Grayscale: #DADADA. Windows color (decimal): -5575169 or 16772522. OLE color: 16772522.
HSL color Cylindrical-coordinate representation of color #AAEDFF: hue angle of 192.71º 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 #AAEDFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 237 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 192.71º | 1% | 0.83% | - |
| HSV(B) | 192.71º | 0.33% | 1% | - |
| XYZ | 64.91 | 76.33 | 105.92 | - |
| YUV | 219.02 | 148.3 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 255 | 0.33 | 0.07 | 0 | 0 | 192.71 | 1 | 0.83 |
| Hex | AA | ED | FF | 21 | 7 | 0 | 0 | C1 | 64 | 53 |
| Octal | 252 | 355 | 377 | 41 | 7 | 0 | 0 | 301 | 144 | 123 |
| Binary | 10101010 | 11101101 | 11111111 | 100001 | 111 | 0 | 0 | 11000001 | 1100100 | 1010011 |
Color Harmonies of #AAEDFF
Complementary color
Monochromatic Colors of #AAEDFF
Black with #AAEDFF
Text Example
Text Example
White with #AAEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDFF; }
p { color: rgb(170,237,255); }
H1.HeaderClassName
{
color: #AAEDFF;
}
.AnyTagClassName
{
color: #AAEDFF;
}
</style>
background-color css
<style>
a { background-color: #AAEDFF; }
a { background-color: rgb(170,237,255); }
div.DivClassName
{
background-color: #AAEDFF;
}
.BgClassName
{
background-color: #AAEDFF;
}
</style>
border-color css
<style>
span { border-color: #AAEDFF; }
span { border-color: rgb(170,237,255); }
td.TdClassName
{
border-color: #AAEDFF;
}
.TagClassName
{
border-color: #AAEDFF;
}
</style>