Shades of Echo Blue #ABB0BF
Tints of Echo Blue #ABB0BF
RGB
CMYK
RGB Variations
Color information
#ABB0BF (or 0xABB0BF) is known color: Echo Blue. HEX triplet: AB, B0 and BF. RGB value is (171,176,191). Sum of RGB (Red+Green+Blue) = 171+176+191=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BF is #544F40. Grayscale: #B0B0B0. Windows color (decimal): -5525313 or 12562603. OLE color: 12562603.
HSL color Cylindrical-coordinate representation of color #ABB0BF: hue angle of 225º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB0BF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 176 | 191 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.25 |
| HSL | 225º | 0.14% | 0.71% | - |
| HSV(B) | 225º | 0.1% | 0.75% | - |
| XYZ | 41.72 | 43.47 | 55.48 | - |
| YUV | 176.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 191 | 0.10 | 0.08 | 0 | 0.25 | 225 | 0.14 | 0.71 |
| Hex | AB | B0 | BF | A | 8 | 0 | 19 | E1 | E | 47 |
| Octal | 253 | 260 | 277 | 12 | 10 | 0 | 31 | 341 | 16 | 107 |
| Binary | 10101011 | 10110000 | 10111111 | 1010 | 1000 | 0 | 11001 | 11100001 | 1110 | 1000111 |
Color Harmonies of #ABB0BF
Complementary color
Monochromatic Colors of #ABB0BF
Black with #ABB0BF
Text Example
Text Example
White with #ABB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0BF; }
p { color: rgb(171,176,191); }
H1.HeaderClassName
{
color: #ABB0BF;
}
.AnyTagClassName
{
color: #ABB0BF;
}
</style>
background-color css
<style>
a { background-color: #ABB0BF; }
a { background-color: rgb(171,176,191); }
div.DivClassName
{
background-color: #ABB0BF;
}
.BgClassName
{
background-color: #ABB0BF;
}
</style>
border-color css
<style>
span { border-color: #ABB0BF; }
span { border-color: rgb(171,176,191); }
td.TdClassName
{
border-color: #ABB0BF;
}
.TagClassName
{
border-color: #ABB0BF;
}
</style>