Shades of Skeptic #9DB7AD
Tints of Skeptic #9DB7AD
RGB
CMYK
RGB Variations
Color information
#9DB7AD (or 0x9DB7AD) is known color: Skeptic. HEX triplet: 9D, B7 and AD. RGB value is (157,183,173). Sum of RGB (Red+Green+Blue) = 157+183+173=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB7AD is #624852. Grayscale: #AEAEAE. Windows color (decimal): -6441043 or 11384733. OLE color: 11384733.
HSL color Cylindrical-coordinate representation of color #9DB7AD: hue angle of 156.92º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB7AD is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 173 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.28 |
| HSL | 156.92º | 0.15% | 0.67% | - |
| HSV(B) | 156.92º | 0.14% | 0.72% | - |
| XYZ | 38.38 | 44.05 | 46.02 | - |
| YUV | 174.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 173 | 0.14 | 0 | 0.05 | 0.28 | 156.92 | 0.15 | 0.67 |
| Hex | 9D | B7 | AD | E | 0 | 5 | 1C | 9D | F | 43 |
| Octal | 235 | 267 | 255 | 16 | 0 | 5 | 34 | 235 | 17 | 103 |
| Binary | 10011101 | 10110111 | 10101101 | 1110 | 0 | 101 | 11100 | 10011101 | 1111 | 1000011 |
Color Harmonies of #9DB7AD
Complementary color
Monochromatic Colors of #9DB7AD
Black with #9DB7AD
Text Example
Text Example
White with #9DB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7AD; }
p { color: rgb(157,183,173); }
H1.HeaderClassName
{
color: #9DB7AD;
}
.AnyTagClassName
{
color: #9DB7AD;
}
</style>
background-color css
<style>
a { background-color: #9DB7AD; }
a { background-color: rgb(157,183,173); }
div.DivClassName
{
background-color: #9DB7AD;
}
.BgClassName
{
background-color: #9DB7AD;
}
</style>
border-color css
<style>
span { border-color: #9DB7AD; }
span { border-color: rgb(157,183,173); }
td.TdClassName
{
border-color: #9DB7AD;
}
.TagClassName
{
border-color: #9DB7AD;
}
</style>