Shades of Echo Blue #ADB1BF
Tints of Echo Blue #ADB1BF
RGB
CMYK
RGB Variations
Color information
#ADB1BF (or 0xADB1BF) is known color: Echo Blue. HEX triplet: AD, B1 and BF. RGB value is (173,177,191). Sum of RGB (Red+Green+Blue) = 173+177+191=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1BF is #524E40. Grayscale: #B1B1B1. Windows color (decimal): -5393985 or 12562861. OLE color: 12562861.
HSL color Cylindrical-coordinate representation of color #ADB1BF: hue angle of 226.67º 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 #ADB1BF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 177 | 191 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.25 |
| HSL | 226.67º | 0.12% | 0.71% | - |
| HSV(B) | 226.67º | 0.09% | 0.75% | - |
| XYZ | 42.36 | 44.09 | 55.57 | - |
| YUV | 177.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 191 | 0.09 | 0.07 | 0 | 0.25 | 226.67 | 0.12 | 0.71 |
| Hex | AD | B1 | BF | 9 | 7 | 0 | 19 | E3 | C | 47 |
| Octal | 255 | 261 | 277 | 11 | 7 | 0 | 31 | 343 | 14 | 107 |
| Binary | 10101101 | 10110001 | 10111111 | 1001 | 111 | 0 | 11001 | 11100011 | 1100 | 1000111 |
Color Harmonies of #ADB1BF
Complementary color
Monochromatic Colors of #ADB1BF
Black with #ADB1BF
Text Example
Text Example
White with #ADB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1BF; }
p { color: rgb(173,177,191); }
H1.HeaderClassName
{
color: #ADB1BF;
}
.AnyTagClassName
{
color: #ADB1BF;
}
</style>
background-color css
<style>
a { background-color: #ADB1BF; }
a { background-color: rgb(173,177,191); }
div.DivClassName
{
background-color: #ADB1BF;
}
.BgClassName
{
background-color: #ADB1BF;
}
</style>
border-color css
<style>
span { border-color: #ADB1BF; }
span { border-color: rgb(173,177,191); }
td.TdClassName
{
border-color: #ADB1BF;
}
.TagClassName
{
border-color: #ADB1BF;
}
</style>