Shades of Echo Blue #ADB8C8
Tints of Echo Blue #ADB8C8
RGB
CMYK
RGB Variations
Color information
#ADB8C8 (or 0xADB8C8) is known color: Echo Blue. HEX triplet: AD, B8 and C8. RGB value is (173,184,200). Sum of RGB (Red+Green+Blue) = 173+184+200=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADB8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8C8 is #524737. Grayscale: #B6B6B6. Windows color (decimal): -5392184 or 13154477. OLE color: 13154477.
HSL color Cylindrical-coordinate representation of color #ADB8C8: hue angle of 215.56º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB8C8 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 184 | 200 | - |
CMYK | 0.14 | 0.08 | 0 | 0.22 |
HSL | 215.56º | 0.2% | 0.73% | - |
HSV(B) | 215.56º | 0.14% | 0.78% | - |
XYZ | 44.8 | 47.34 | 61.42 | - |
YUV | 182.54 | 137.86 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 184 | 200 | 0.14 | 0.08 | 0 | 0.22 | 215.56 | 0.2 | 0.73 |
Hex | AD | B8 | C8 | E | 8 | 0 | 16 | D8 | 14 | 49 |
Octal | 255 | 270 | 310 | 16 | 10 | 0 | 26 | 330 | 24 | 111 |
Binary | 10101101 | 10111000 | 11001000 | 1110 | 1000 | 0 | 10110 | 11011000 | 10100 | 1001001 |
Color Harmonies of #ADB8C8
Complementary color
Monochromatic Colors of #ADB8C8
Black with #ADB8C8
Text Example
Text Example
White with #ADB8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8C8; }
p { color: rgb(173,184,200); }
H1.HeaderClassName
{
color: #ADB8C8;
}
.AnyTagClassName
{
color: #ADB8C8;
}
</style>
background-color css
<style>
a { background-color: #ADB8C8; }
a { background-color: rgb(173,184,200); }
div.DivClassName
{
background-color: #ADB8C8;
}
.BgClassName
{
background-color: #ADB8C8;
}
</style>
border-color css
<style>
span { border-color: #ADB8C8; }
span { border-color: rgb(173,184,200); }
td.TdClassName
{
border-color: #ADB8C8;
}
.TagClassName
{
border-color: #ADB8C8;
}
</style>