Shades of Echo Blue #AAB5D7
Tints of Echo Blue #AAB5D7
RGB
CMYK
RGB Variations
Color information
#AAB5D7 (or 0xAAB5D7) is known color: Echo Blue. HEX triplet: AA, B5 and D7. RGB value is (170,181,215). Sum of RGB (Red+Green+Blue) = 170+181+215=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAB5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5D7 is #554A28. Grayscale: #B5B5B5. Windows color (decimal): -5589545 or 14136746. OLE color: 14136746.
HSL color Cylindrical-coordinate representation of color #AAB5D7: hue angle of 225.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB5D7 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 181 | 215 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.16 |
| HSL | 225.33º | 0.36% | 0.75% | - |
| HSV(B) | 225.33º | 0.21% | 0.84% | - |
| XYZ | 45.37 | 46.5 | 70.87 | - |
| YUV | 181.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 215 | 0.21 | 0.16 | 0 | 0.16 | 225.33 | 0.36 | 0.75 |
| Hex | AA | B5 | D7 | 15 | 10 | 0 | 10 | E1 | 24 | 4B |
| Octal | 252 | 265 | 327 | 25 | 20 | 0 | 20 | 341 | 44 | 113 |
| Binary | 10101010 | 10110101 | 11010111 | 10101 | 10000 | 0 | 10000 | 11100001 | 100100 | 1001011 |
Color Harmonies of #AAB5D7
Complementary color
Monochromatic Colors of #AAB5D7
Black with #AAB5D7
Text Example
Text Example
White with #AAB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5D7; }
p { color: rgb(170,181,215); }
H1.HeaderClassName
{
color: #AAB5D7;
}
.AnyTagClassName
{
color: #AAB5D7;
}
</style>
background-color css
<style>
a { background-color: #AAB5D7; }
a { background-color: rgb(170,181,215); }
div.DivClassName
{
background-color: #AAB5D7;
}
.BgClassName
{
background-color: #AAB5D7;
}
</style>
border-color css
<style>
span { border-color: #AAB5D7; }
span { border-color: rgb(170,181,215); }
td.TdClassName
{
border-color: #AAB5D7;
}
.TagClassName
{
border-color: #AAB5D7;
}
</style>