Shades of Echo Blue #AAB5C5
Tints of Echo Blue #AAB5C5
RGB
CMYK
RGB Variations
Color information
#AAB5C5 (or 0xAAB5C5) is known color: Echo Blue. HEX triplet: AA, B5 and C5. RGB value is (170,181,197). Sum of RGB (Red+Green+Blue) = 170+181+197=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAB5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5C5 is #554A3A. Grayscale: #B3B3B3. Windows color (decimal): -5589563 or 12957098. OLE color: 12957098.
HSL color Cylindrical-coordinate representation of color #AAB5C5: hue angle of 215.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB5C5 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 181 | 197 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.23 |
| HSL | 215.56º | 0.19% | 0.72% | - |
| HSV(B) | 215.56º | 0.14% | 0.77% | - |
| XYZ | 43.18 | 45.63 | 59.35 | - |
| YUV | 179.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 197 | 0.14 | 0.08 | 0 | 0.23 | 215.56 | 0.19 | 0.72 |
| Hex | AA | B5 | C5 | E | 8 | 0 | 17 | D8 | 13 | 48 |
| Octal | 252 | 265 | 305 | 16 | 10 | 0 | 27 | 330 | 23 | 110 |
| Binary | 10101010 | 10110101 | 11000101 | 1110 | 1000 | 0 | 10111 | 11011000 | 10011 | 1001000 |
Color Harmonies of #AAB5C5
Complementary color
Monochromatic Colors of #AAB5C5
Black with #AAB5C5
Text Example
Text Example
White with #AAB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5C5; }
p { color: rgb(170,181,197); }
H1.HeaderClassName
{
color: #AAB5C5;
}
.AnyTagClassName
{
color: #AAB5C5;
}
</style>
background-color css
<style>
a { background-color: #AAB5C5; }
a { background-color: rgb(170,181,197); }
div.DivClassName
{
background-color: #AAB5C5;
}
.BgClassName
{
background-color: #AAB5C5;
}
</style>
border-color css
<style>
span { border-color: #AAB5C5; }
span { border-color: rgb(170,181,197); }
td.TdClassName
{
border-color: #AAB5C5;
}
.TagClassName
{
border-color: #AAB5C5;
}
</style>