Shades of Echo Blue #ADB6C4
Tints of Echo Blue #ADB6C4
RGB
CMYK
RGB Variations
Color information
#ADB6C4 (or 0xADB6C4) is known color: Echo Blue. HEX triplet: AD, B6 and C4. RGB value is (173,182,196). Sum of RGB (Red+Green+Blue) = 173+182+196=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADB6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6C4 is #52493B. Grayscale: #B4B4B4. Windows color (decimal): -5392700 or 12891821. OLE color: 12891821.
HSL color Cylindrical-coordinate representation of color #ADB6C4: hue angle of 216.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB6C4 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 182 | 196 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.23 |
| HSL | 216.52º | 0.16% | 0.72% | - |
| HSV(B) | 216.52º | 0.12% | 0.77% | - |
| XYZ | 43.93 | 46.33 | 58.85 | - |
| YUV | 180.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 196 | 0.12 | 0.07 | 0 | 0.23 | 216.52 | 0.16 | 0.72 |
| Hex | AD | B6 | C4 | C | 7 | 0 | 17 | D9 | 10 | 48 |
| Octal | 255 | 266 | 304 | 14 | 7 | 0 | 27 | 331 | 20 | 110 |
| Binary | 10101101 | 10110110 | 11000100 | 1100 | 111 | 0 | 10111 | 11011001 | 10000 | 1001000 |
Color Harmonies of #ADB6C4
Complementary color
Monochromatic Colors of #ADB6C4
Black with #ADB6C4
Text Example
Text Example
White with #ADB6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6C4; }
p { color: rgb(173,182,196); }
H1.HeaderClassName
{
color: #ADB6C4;
}
.AnyTagClassName
{
color: #ADB6C4;
}
</style>
background-color css
<style>
a { background-color: #ADB6C4; }
a { background-color: rgb(173,182,196); }
div.DivClassName
{
background-color: #ADB6C4;
}
.BgClassName
{
background-color: #ADB6C4;
}
</style>
border-color css
<style>
span { border-color: #ADB6C4; }
span { border-color: rgb(173,182,196); }
td.TdClassName
{
border-color: #ADB6C4;
}
.TagClassName
{
border-color: #ADB6C4;
}
</style>