Shades of Echo Blue #AAB0C9
Tints of Echo Blue #AAB0C9
RGB
CMYK
RGB Variations
Color information
#AAB0C9 (or 0xAAB0C9) is known color: Echo Blue. HEX triplet: AA, B0 and C9. RGB value is (170,176,201). Sum of RGB (Red+Green+Blue) = 170+176+201=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAB0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0C9 is #554F36. Grayscale: #B0B0B0. Windows color (decimal): -5590839 or 13217962. OLE color: 13217962.
HSL color Cylindrical-coordinate representation of color #AAB0C9: hue angle of 228.39º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB0C9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 176 | 201 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.21 |
| HSL | 228.39º | 0.22% | 0.73% | - |
| HSV(B) | 228.39º | 0.15% | 0.79% | - |
| XYZ | 42.65 | 43.81 | 61.47 | - |
| YUV | 177.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 201 | 0.15 | 0.12 | 0 | 0.21 | 228.39 | 0.22 | 0.73 |
| Hex | AA | B0 | C9 | F | C | 0 | 15 | E4 | 16 | 49 |
| Octal | 252 | 260 | 311 | 17 | 14 | 0 | 25 | 344 | 26 | 111 |
| Binary | 10101010 | 10110000 | 11001001 | 1111 | 1100 | 0 | 10101 | 11100100 | 10110 | 1001001 |
Color Harmonies of #AAB0C9
Complementary color
Monochromatic Colors of #AAB0C9
Black with #AAB0C9
Text Example
Text Example
White with #AAB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0C9; }
p { color: rgb(170,176,201); }
H1.HeaderClassName
{
color: #AAB0C9;
}
.AnyTagClassName
{
color: #AAB0C9;
}
</style>
background-color css
<style>
a { background-color: #AAB0C9; }
a { background-color: rgb(170,176,201); }
div.DivClassName
{
background-color: #AAB0C9;
}
.BgClassName
{
background-color: #AAB0C9;
}
</style>
border-color css
<style>
span { border-color: #AAB0C9; }
span { border-color: rgb(170,176,201); }
td.TdClassName
{
border-color: #AAB0C9;
}
.TagClassName
{
border-color: #AAB0C9;
}
</style>