Shades of Echo Blue #AAB5CA
Tints of Echo Blue #AAB5CA
RGB
CMYK
RGB Variations
Color information
#AAB5CA (or 0xAAB5CA) is known color: Echo Blue. HEX triplet: AA, B5 and CA. RGB value is (170,181,202). Sum of RGB (Red+Green+Blue) = 170+181+202=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5CA is #554A35. Grayscale: #B4B4B4. Windows color (decimal): -5589558 or 13284778. OLE color: 13284778.
HSL color Cylindrical-coordinate representation of color #AAB5CA: hue angle of 219.38º 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 #AAB5CA is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 181 | 202 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.21 |
| HSL | 219.38º | 0.23% | 0.73% | - |
| HSV(B) | 219.38º | 0.16% | 0.79% | - |
| XYZ | 43.76 | 45.86 | 62.42 | - |
| YUV | 180.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 202 | 0.16 | 0.10 | 0 | 0.21 | 219.38 | 0.23 | 0.73 |
| Hex | AA | B5 | CA | 10 | A | 0 | 15 | DB | 17 | 49 |
| Octal | 252 | 265 | 312 | 20 | 12 | 0 | 25 | 333 | 27 | 111 |
| Binary | 10101010 | 10110101 | 11001010 | 10000 | 1010 | 0 | 10101 | 11011011 | 10111 | 1001001 |
Color Harmonies of #AAB5CA
Complementary color
Monochromatic Colors of #AAB5CA
Black with #AAB5CA
Text Example
Text Example
White with #AAB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5CA; }
p { color: rgb(170,181,202); }
H1.HeaderClassName
{
color: #AAB5CA;
}
.AnyTagClassName
{
color: #AAB5CA;
}
</style>
background-color css
<style>
a { background-color: #AAB5CA; }
a { background-color: rgb(170,181,202); }
div.DivClassName
{
background-color: #AAB5CA;
}
.BgClassName
{
background-color: #AAB5CA;
}
</style>
border-color css
<style>
span { border-color: #AAB5CA; }
span { border-color: rgb(170,181,202); }
td.TdClassName
{
border-color: #AAB5CA;
}
.TagClassName
{
border-color: #AAB5CA;
}
</style>