Shades of Blizzard Blue #AAEDFE
Tints of Blizzard Blue #AAEDFE
RGB
CMYK
RGB Variations
Color information
#AAEDFE (or 0xAAEDFE) is known color: Blizzard Blue. HEX triplet: AA, ED and FE. RGB value is (170,237,254). Sum of RGB (Red+Green+Blue) = 170+237+254=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAEDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDFE is #551201. Grayscale: #DADADA. Windows color (decimal): -5575170 or 16706986. OLE color: 16706986.
HSL color Cylindrical-coordinate representation of color #AAEDFE: hue angle of 192.14º 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 #AAEDFE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 237 | 254 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.00 |
| HSL | 192.14º | 0.98% | 0.83% | - |
| HSV(B) | 192.14º | 0.33% | 1% | - |
| XYZ | 64.75 | 76.27 | 105.07 | - |
| YUV | 218.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 254 | 0.33 | 0.07 | 0 | 0.00 | 192.14 | 0.98 | 0.83 |
| Hex | AA | ED | FE | 21 | 7 | 0 | 0 | C0 | 62 | 53 |
| Octal | 252 | 355 | 376 | 41 | 7 | 0 | 0 | 300 | 142 | 123 |
| Binary | 10101010 | 11101101 | 11111110 | 100001 | 111 | 0 | 0 | 11000000 | 1100010 | 1010011 |
Color Harmonies of #AAEDFE
Complementary color
Monochromatic Colors of #AAEDFE
Black with #AAEDFE
Text Example
Text Example
White with #AAEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDFE; }
p { color: rgb(170,237,254); }
H1.HeaderClassName
{
color: #AAEDFE;
}
.AnyTagClassName
{
color: #AAEDFE;
}
</style>
background-color css
<style>
a { background-color: #AAEDFE; }
a { background-color: rgb(170,237,254); }
div.DivClassName
{
background-color: #AAEDFE;
}
.BgClassName
{
background-color: #AAEDFE;
}
</style>
border-color css
<style>
span { border-color: #AAEDFE; }
span { border-color: rgb(170,237,254); }
td.TdClassName
{
border-color: #AAEDFE;
}
.TagClassName
{
border-color: #AAEDFE;
}
</style>