Shades of Echo Blue #ADB7CF
Tints of Echo Blue #ADB7CF
RGB
CMYK
RGB Variations
Color information
#ADB7CF (or 0xADB7CF) is known color: Echo Blue. HEX triplet: AD, B7 and CF. RGB value is (173,183,207). Sum of RGB (Red+Green+Blue) = 173+183+207=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7CF is #524830. Grayscale: #B6B6B6. Windows color (decimal): -5392433 or 13612973. OLE color: 13612973.
HSL color Cylindrical-coordinate representation of color #ADB7CF: hue angle of 222.35º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB7CF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 183 | 207 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.19 |
| HSL | 222.35º | 0.26% | 0.75% | - |
| HSV(B) | 222.35º | 0.16% | 0.81% | - |
| XYZ | 45.43 | 47.26 | 65.76 | - |
| YUV | 182.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 207 | 0.16 | 0.12 | 0 | 0.19 | 222.35 | 0.26 | 0.75 |
| Hex | AD | B7 | CF | 10 | C | 0 | 13 | DE | 1A | 4B |
| Octal | 255 | 267 | 317 | 20 | 14 | 0 | 23 | 336 | 32 | 113 |
| Binary | 10101101 | 10110111 | 11001111 | 10000 | 1100 | 0 | 10011 | 11011110 | 11010 | 1001011 |
Color Harmonies of #ADB7CF
Complementary color
Monochromatic Colors of #ADB7CF
Black with #ADB7CF
Text Example
Text Example
White with #ADB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7CF; }
p { color: rgb(173,183,207); }
H1.HeaderClassName
{
color: #ADB7CF;
}
.AnyTagClassName
{
color: #ADB7CF;
}
</style>
background-color css
<style>
a { background-color: #ADB7CF; }
a { background-color: rgb(173,183,207); }
div.DivClassName
{
background-color: #ADB7CF;
}
.BgClassName
{
background-color: #ADB7CF;
}
</style>
border-color css
<style>
span { border-color: #ADB7CF; }
span { border-color: rgb(173,183,207); }
td.TdClassName
{
border-color: #ADB7CF;
}
.TagClassName
{
border-color: #ADB7CF;
}
</style>