Shades of Echo Blue #ADB9CF
Tints of Echo Blue #ADB9CF
RGB
CMYK
RGB Variations
Color information
#ADB9CF (or 0xADB9CF) is known color: Echo Blue. HEX triplet: AD, B9 and CF. RGB value is (173,185,207). Sum of RGB (Red+Green+Blue) = 173+185+207=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9CF is #524630. Grayscale: #B7B7B7. Windows color (decimal): -5391921 or 13613485. OLE color: 13613485.
HSL color Cylindrical-coordinate representation of color #ADB9CF: hue angle of 218.82º 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 #ADB9CF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 185 | 207 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.19 |
| HSL | 218.82º | 0.26% | 0.75% | - |
| HSV(B) | 218.82º | 0.16% | 0.81% | - |
| XYZ | 45.85 | 48.09 | 65.9 | - |
| YUV | 183.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 207 | 0.16 | 0.11 | 0 | 0.19 | 218.82 | 0.26 | 0.75 |
| Hex | AD | B9 | CF | 10 | B | 0 | 13 | DB | 1A | 4B |
| Octal | 255 | 271 | 317 | 20 | 13 | 0 | 23 | 333 | 32 | 113 |
| Binary | 10101101 | 10111001 | 11001111 | 10000 | 1011 | 0 | 10011 | 11011011 | 11010 | 1001011 |
Color Harmonies of #ADB9CF
Complementary color
Monochromatic Colors of #ADB9CF
Black with #ADB9CF
Text Example
Text Example
White with #ADB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9CF; }
p { color: rgb(173,185,207); }
H1.HeaderClassName
{
color: #ADB9CF;
}
.AnyTagClassName
{
color: #ADB9CF;
}
</style>
background-color css
<style>
a { background-color: #ADB9CF; }
a { background-color: rgb(173,185,207); }
div.DivClassName
{
background-color: #ADB9CF;
}
.BgClassName
{
background-color: #ADB9CF;
}
</style>
border-color css
<style>
span { border-color: #ADB9CF; }
span { border-color: rgb(173,185,207); }
td.TdClassName
{
border-color: #ADB9CF;
}
.TagClassName
{
border-color: #ADB9CF;
}
</style>