Shades of Blizzard Blue #AAEDFB
Tints of Blizzard Blue #AAEDFB
RGB
CMYK
RGB Variations
Color information
#AAEDFB (or 0xAAEDFB) is known color: Blizzard Blue. HEX triplet: AA, ED and FB. RGB value is (170,237,251). Sum of RGB (Red+Green+Blue) = 170+237+251=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAEDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDFB is #551204. Grayscale: #DADADA. Windows color (decimal): -5575173 or 16510378. OLE color: 16510378.
HSL color Cylindrical-coordinate representation of color #AAEDFB: hue angle of 190.37º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEDFB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 237 | 251 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.02 |
| HSL | 190.37º | 0.91% | 0.83% | - |
| HSV(B) | 190.37º | 0.32% | 0.98% | - |
| XYZ | 64.27 | 76.08 | 102.56 | - |
| YUV | 218.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 251 | 0.32 | 0.06 | 0 | 0.02 | 190.37 | 0.91 | 0.83 |
| Hex | AA | ED | FB | 20 | 6 | 0 | 2 | BE | 5B | 53 |
| Octal | 252 | 355 | 373 | 40 | 6 | 0 | 2 | 276 | 133 | 123 |
| Binary | 10101010 | 11101101 | 11111011 | 100000 | 110 | 0 | 10 | 10111110 | 1011011 | 1010011 |
Color Harmonies of #AAEDFB
Complementary color
Monochromatic Colors of #AAEDFB
Black with #AAEDFB
Text Example
Text Example
White with #AAEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDFB; }
p { color: rgb(170,237,251); }
H1.HeaderClassName
{
color: #AAEDFB;
}
.AnyTagClassName
{
color: #AAEDFB;
}
</style>
background-color css
<style>
a { background-color: #AAEDFB; }
a { background-color: rgb(170,237,251); }
div.DivClassName
{
background-color: #AAEDFB;
}
.BgClassName
{
background-color: #AAEDFB;
}
</style>
border-color css
<style>
span { border-color: #AAEDFB; }
span { border-color: rgb(170,237,251); }
td.TdClassName
{
border-color: #AAEDFB;
}
.TagClassName
{
border-color: #AAEDFB;
}
</style>