Shades of Echo Blue #ABB0C7
Tints of Echo Blue #ABB0C7
RGB
CMYK
RGB Variations
Color information
#ABB0C7 (or 0xABB0C7) is known color: Echo Blue. HEX triplet: AB, B0 and C7. RGB value is (171,176,199). Sum of RGB (Red+Green+Blue) = 171+176+199=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABB0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C7 is #544F38. Grayscale: #B1B1B1. Windows color (decimal): -5525305 or 13086891. OLE color: 13086891.
HSL color Cylindrical-coordinate representation of color #ABB0C7: hue angle of 229.29º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB0C7 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 176 | 199 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.22 |
| HSL | 229.29º | 0.2% | 0.73% | - |
| HSV(B) | 229.29º | 0.14% | 0.78% | - |
| XYZ | 42.63 | 43.83 | 60.25 | - |
| YUV | 177.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 199 | 0.14 | 0.12 | 0 | 0.22 | 229.29 | 0.2 | 0.73 |
| Hex | AB | B0 | C7 | E | C | 0 | 16 | E5 | 14 | 49 |
| Octal | 253 | 260 | 307 | 16 | 14 | 0 | 26 | 345 | 24 | 111 |
| Binary | 10101011 | 10110000 | 11000111 | 1110 | 1100 | 0 | 10110 | 11100101 | 10100 | 1001001 |
Color Harmonies of #ABB0C7
Complementary color
Monochromatic Colors of #ABB0C7
Black with #ABB0C7
Text Example
Text Example
White with #ABB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0C7; }
p { color: rgb(171,176,199); }
H1.HeaderClassName
{
color: #ABB0C7;
}
.AnyTagClassName
{
color: #ABB0C7;
}
</style>
background-color css
<style>
a { background-color: #ABB0C7; }
a { background-color: rgb(171,176,199); }
div.DivClassName
{
background-color: #ABB0C7;
}
.BgClassName
{
background-color: #ABB0C7;
}
</style>
border-color css
<style>
span { border-color: #ABB0C7; }
span { border-color: rgb(171,176,199); }
td.TdClassName
{
border-color: #ABB0C7;
}
.TagClassName
{
border-color: #ABB0C7;
}
</style>