Shades of Echo Blue #ADB0BF
Tints of Echo Blue #ADB0BF
RGB
CMYK
RGB Variations
Color information
#ADB0BF (or 0xADB0BF) is known color: Echo Blue. HEX triplet: AD, B0 and BF. RGB value is (173,176,191). Sum of RGB (Red+Green+Blue) = 173+176+191=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0BF is #524F40. Grayscale: #B0B0B0. Windows color (decimal): -5394241 or 12562605. OLE color: 12562605.
HSL color Cylindrical-coordinate representation of color #ADB0BF: hue angle of 230º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB0BF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 176 | 191 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.25 |
| HSL | 230º | 0.12% | 0.71% | - |
| HSV(B) | 230º | 0.09% | 0.75% | - |
| XYZ | 42.16 | 43.7 | 55.5 | - |
| YUV | 176.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 191 | 0.09 | 0.08 | 0 | 0.25 | 230 | 0.12 | 0.71 |
| Hex | AD | B0 | BF | 9 | 8 | 0 | 19 | E6 | C | 47 |
| Octal | 255 | 260 | 277 | 11 | 10 | 0 | 31 | 346 | 14 | 107 |
| Binary | 10101101 | 10110000 | 10111111 | 1001 | 1000 | 0 | 11001 | 11100110 | 1100 | 1000111 |
Color Harmonies of #ADB0BF
Complementary color
Monochromatic Colors of #ADB0BF
Black with #ADB0BF
Text Example
Text Example
White with #ADB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0BF; }
p { color: rgb(173,176,191); }
H1.HeaderClassName
{
color: #ADB0BF;
}
.AnyTagClassName
{
color: #ADB0BF;
}
</style>
background-color css
<style>
a { background-color: #ADB0BF; }
a { background-color: rgb(173,176,191); }
div.DivClassName
{
background-color: #ADB0BF;
}
.BgClassName
{
background-color: #ADB0BF;
}
</style>
border-color css
<style>
span { border-color: #ADB0BF; }
span { border-color: rgb(173,176,191); }
td.TdClassName
{
border-color: #ADB0BF;
}
.TagClassName
{
border-color: #ADB0BF;
}
</style>