Shades of Blizzard Blue #AAEDFC
Tints of Blizzard Blue #AAEDFC
RGB
CMYK
RGB Variations
Color information
#AAEDFC (or 0xAAEDFC) is known color: Blizzard Blue. HEX triplet: AA, ED and FC. RGB value is (170,237,252). Sum of RGB (Red+Green+Blue) = 170+237+252=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDFC is #551203. Grayscale: #DADADA. Windows color (decimal): -5575172 or 16575914. OLE color: 16575914.
HSL color Cylindrical-coordinate representation of color #AAEDFC: hue angle of 190.98º degrees, saturation: 0.93, 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 #AAEDFC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 237 | 252 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.01 |
| HSL | 190.98º | 0.93% | 0.83% | - |
| HSV(B) | 190.98º | 0.33% | 0.99% | - |
| XYZ | 64.43 | 76.14 | 103.4 | - |
| YUV | 218.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 252 | 0.33 | 0.06 | 0 | 0.01 | 190.98 | 0.93 | 0.83 |
| Hex | AA | ED | FC | 21 | 6 | 0 | 1 | BF | 5D | 53 |
| Octal | 252 | 355 | 374 | 41 | 6 | 0 | 1 | 277 | 135 | 123 |
| Binary | 10101010 | 11101101 | 11111100 | 100001 | 110 | 0 | 1 | 10111111 | 1011101 | 1010011 |
Color Harmonies of #AAEDFC
Complementary color
Monochromatic Colors of #AAEDFC
Black with #AAEDFC
Text Example
Text Example
White with #AAEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDFC; }
p { color: rgb(170,237,252); }
H1.HeaderClassName
{
color: #AAEDFC;
}
.AnyTagClassName
{
color: #AAEDFC;
}
</style>
background-color css
<style>
a { background-color: #AAEDFC; }
a { background-color: rgb(170,237,252); }
div.DivClassName
{
background-color: #AAEDFC;
}
.BgClassName
{
background-color: #AAEDFC;
}
</style>
border-color css
<style>
span { border-color: #AAEDFC; }
span { border-color: rgb(170,237,252); }
td.TdClassName
{
border-color: #AAEDFC;
}
.TagClassName
{
border-color: #AAEDFC;
}
</style>