Shades of Echo Blue #AAB7CA
Tints of Echo Blue #AAB7CA
RGB
CMYK
RGB Variations
Color information
#AAB7CA (or 0xAAB7CA) is known color: Echo Blue. HEX triplet: AA, B7 and CA. RGB value is (170,183,202). Sum of RGB (Red+Green+Blue) = 170+183+202=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7CA is #554835. Grayscale: #B5B5B5. Windows color (decimal): -5589046 or 13285290. OLE color: 13285290.
HSL color Cylindrical-coordinate representation of color #AAB7CA: hue angle of 215.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB7CA is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 183 | 202 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.21 |
| HSL | 215.63º | 0.23% | 0.73% | - |
| HSV(B) | 215.63º | 0.16% | 0.79% | - |
| XYZ | 44.17 | 46.68 | 62.56 | - |
| YUV | 181.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 202 | 0.16 | 0.09 | 0 | 0.21 | 215.63 | 0.23 | 0.73 |
| Hex | AA | B7 | CA | 10 | 9 | 0 | 15 | D8 | 17 | 49 |
| Octal | 252 | 267 | 312 | 20 | 11 | 0 | 25 | 330 | 27 | 111 |
| Binary | 10101010 | 10110111 | 11001010 | 10000 | 1001 | 0 | 10101 | 11011000 | 10111 | 1001001 |
Color Harmonies of #AAB7CA
Complementary color
Monochromatic Colors of #AAB7CA
Black with #AAB7CA
Text Example
Text Example
White with #AAB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7CA; }
p { color: rgb(170,183,202); }
H1.HeaderClassName
{
color: #AAB7CA;
}
.AnyTagClassName
{
color: #AAB7CA;
}
</style>
background-color css
<style>
a { background-color: #AAB7CA; }
a { background-color: rgb(170,183,202); }
div.DivClassName
{
background-color: #AAB7CA;
}
.BgClassName
{
background-color: #AAB7CA;
}
</style>
border-color css
<style>
span { border-color: #AAB7CA; }
span { border-color: rgb(170,183,202); }
td.TdClassName
{
border-color: #AAB7CA;
}
.TagClassName
{
border-color: #AAB7CA;
}
</style>