Shades of Echo Blue #ABB0C0
Tints of Echo Blue #ABB0C0
RGB
CMYK
RGB Variations
Color information
#ABB0C0 (or 0xABB0C0) is known color: Echo Blue. HEX triplet: AB, B0 and C0. RGB value is (171,176,192). Sum of RGB (Red+Green+Blue) = 171+176+192=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABB0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C0 is #544F3F. Grayscale: #B0B0B0. Windows color (decimal): -5525312 or 12628139. OLE color: 12628139.
HSL color Cylindrical-coordinate representation of color #ABB0C0: hue angle of 225.71º degrees, saturation: 0.14, 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 #ABB0C0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 176 | 192 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.25 |
| HSL | 225.71º | 0.14% | 0.71% | - |
| HSV(B) | 225.71º | 0.11% | 0.75% | - |
| XYZ | 41.83 | 43.51 | 56.06 | - |
| YUV | 176.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 192 | 0.11 | 0.08 | 0 | 0.25 | 225.71 | 0.14 | 0.71 |
| Hex | AB | B0 | C0 | B | 8 | 0 | 19 | E2 | E | 47 |
| Octal | 253 | 260 | 300 | 13 | 10 | 0 | 31 | 342 | 16 | 107 |
| Binary | 10101011 | 10110000 | 11000000 | 1011 | 1000 | 0 | 11001 | 11100010 | 1110 | 1000111 |
Color Harmonies of #ABB0C0
Complementary color
Monochromatic Colors of #ABB0C0
Black with #ABB0C0
Text Example
Text Example
White with #ABB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0C0; }
p { color: rgb(171,176,192); }
H1.HeaderClassName
{
color: #ABB0C0;
}
.AnyTagClassName
{
color: #ABB0C0;
}
</style>
background-color css
<style>
a { background-color: #ABB0C0; }
a { background-color: rgb(171,176,192); }
div.DivClassName
{
background-color: #ABB0C0;
}
.BgClassName
{
background-color: #ABB0C0;
}
</style>
border-color css
<style>
span { border-color: #ABB0C0; }
span { border-color: rgb(171,176,192); }
td.TdClassName
{
border-color: #ABB0C0;
}
.TagClassName
{
border-color: #ABB0C0;
}
</style>