Shades of Echo Blue #AAB0CB
Tints of Echo Blue #AAB0CB
RGB
CMYK
RGB Variations
Color information
#AAB0CB (or 0xAAB0CB) is known color: Echo Blue. HEX triplet: AA, B0 and CB. RGB value is (170,176,203). Sum of RGB (Red+Green+Blue) = 170+176+203=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0CB is #554F34. Grayscale: #B1B1B1. Windows color (decimal): -5590837 or 13349034. OLE color: 13349034.
HSL color Cylindrical-coordinate representation of color #AAB0CB: hue angle of 229.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB0CB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 176 | 203 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.20 |
| HSL | 229.09º | 0.24% | 0.73% | - |
| HSV(B) | 229.09º | 0.16% | 0.8% | - |
| XYZ | 42.88 | 43.91 | 62.71 | - |
| YUV | 177.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 203 | 0.16 | 0.13 | 0 | 0.20 | 229.09 | 0.24 | 0.73 |
| Hex | AA | B0 | CB | 10 | D | 0 | 14 | E5 | 18 | 49 |
| Octal | 252 | 260 | 313 | 20 | 15 | 0 | 24 | 345 | 30 | 111 |
| Binary | 10101010 | 10110000 | 11001011 | 10000 | 1101 | 0 | 10100 | 11100101 | 11000 | 1001001 |
Color Harmonies of #AAB0CB
Complementary color
Monochromatic Colors of #AAB0CB
Black with #AAB0CB
Text Example
Text Example
White with #AAB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0CB; }
p { color: rgb(170,176,203); }
H1.HeaderClassName
{
color: #AAB0CB;
}
.AnyTagClassName
{
color: #AAB0CB;
}
</style>
background-color css
<style>
a { background-color: #AAB0CB; }
a { background-color: rgb(170,176,203); }
div.DivClassName
{
background-color: #AAB0CB;
}
.BgClassName
{
background-color: #AAB0CB;
}
</style>
border-color css
<style>
span { border-color: #AAB0CB; }
span { border-color: rgb(170,176,203); }
td.TdClassName
{
border-color: #AAB0CB;
}
.TagClassName
{
border-color: #AAB0CB;
}
</style>