Shades of Echo Blue #AAB2C0
Tints of Echo Blue #AAB2C0
RGB
CMYK
RGB Variations
Color information
#AAB2C0 (or 0xAAB2C0) is known color: Echo Blue. HEX triplet: AA, B2 and C0. RGB value is (170,178,192). Sum of RGB (Red+Green+Blue) = 170+178+192=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAB2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C0 is #554D3F. Grayscale: #B1B1B1. Windows color (decimal): -5590336 or 12628650. OLE color: 12628650.
HSL color Cylindrical-coordinate representation of color #AAB2C0: hue angle of 218.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB2C0 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 178 | 192 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.25 |
| HSL | 218.18º | 0.15% | 0.71% | - |
| HSV(B) | 218.18º | 0.11% | 0.75% | - |
| XYZ | 42.01 | 44.19 | 56.18 | - |
| YUV | 177.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 192 | 0.11 | 0.07 | 0 | 0.25 | 218.18 | 0.15 | 0.71 |
| Hex | AA | B2 | C0 | B | 7 | 0 | 19 | DA | F | 47 |
| Octal | 252 | 262 | 300 | 13 | 7 | 0 | 31 | 332 | 17 | 107 |
| Binary | 10101010 | 10110010 | 11000000 | 1011 | 111 | 0 | 11001 | 11011010 | 1111 | 1000111 |
Color Harmonies of #AAB2C0
Complementary color
Monochromatic Colors of #AAB2C0
Black with #AAB2C0
Text Example
Text Example
White with #AAB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2C0; }
p { color: rgb(170,178,192); }
H1.HeaderClassName
{
color: #AAB2C0;
}
.AnyTagClassName
{
color: #AAB2C0;
}
</style>
background-color css
<style>
a { background-color: #AAB2C0; }
a { background-color: rgb(170,178,192); }
div.DivClassName
{
background-color: #AAB2C0;
}
.BgClassName
{
background-color: #AAB2C0;
}
</style>
border-color css
<style>
span { border-color: #AAB2C0; }
span { border-color: rgb(170,178,192); }
td.TdClassName
{
border-color: #AAB2C0;
}
.TagClassName
{
border-color: #AAB2C0;
}
</style>