Shades of Skeptic #9DB8AD
Tints of Skeptic #9DB8AD
RGB
CMYK
RGB Variations
Color information
#9DB8AD (or 0x9DB8AD) is known color: Skeptic. HEX triplet: 9D, B8 and AD. RGB value is (157,184,173). Sum of RGB (Red+Green+Blue) = 157+184+173=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB8AD is #624752. Grayscale: #AEAEAE. Windows color (decimal): -6440787 or 11384989. OLE color: 11384989.
HSL color Cylindrical-coordinate representation of color #9DB8AD: hue angle of 155.56º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB8AD is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 173 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.28 |
| HSL | 155.56º | 0.16% | 0.67% | - |
| HSV(B) | 155.56º | 0.15% | 0.72% | - |
| XYZ | 38.59 | 44.47 | 46.08 | - |
| YUV | 174.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 173 | 0.15 | 0 | 0.06 | 0.28 | 155.56 | 0.16 | 0.67 |
| Hex | 9D | B8 | AD | F | 0 | 6 | 1C | 9C | 10 | 43 |
| Octal | 235 | 270 | 255 | 17 | 0 | 6 | 34 | 234 | 20 | 103 |
| Binary | 10011101 | 10111000 | 10101101 | 1111 | 0 | 110 | 11100 | 10011100 | 10000 | 1000011 |
Color Harmonies of #9DB8AD
Complementary color
Monochromatic Colors of #9DB8AD
Black with #9DB8AD
Text Example
Text Example
White with #9DB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB8AD; }
p { color: rgb(157,184,173); }
H1.HeaderClassName
{
color: #9DB8AD;
}
.AnyTagClassName
{
color: #9DB8AD;
}
</style>
background-color css
<style>
a { background-color: #9DB8AD; }
a { background-color: rgb(157,184,173); }
div.DivClassName
{
background-color: #9DB8AD;
}
.BgClassName
{
background-color: #9DB8AD;
}
</style>
border-color css
<style>
span { border-color: #9DB8AD; }
span { border-color: rgb(157,184,173); }
td.TdClassName
{
border-color: #9DB8AD;
}
.TagClassName
{
border-color: #9DB8AD;
}
</style>