Shades of Skeptic #9DBDAD
Tints of Skeptic #9DBDAD
RGB
CMYK
RGB Variations
Color information
#9DBDAD (or 0x9DBDAD) is known color: Skeptic. HEX triplet: 9D, BD and AD. RGB value is (157,189,173). Sum of RGB (Red+Green+Blue) = 157+189+173=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDAD is #624252. Grayscale: #B1B1B1. Windows color (decimal): -6439507 or 11386269. OLE color: 11386269.
HSL color Cylindrical-coordinate representation of color #9DBDAD: hue angle of 150º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDAD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 173 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.26 |
| HSL | 150º | 0.2% | 0.68% | - |
| HSV(B) | 150º | 0.17% | 0.74% | - |
| XYZ | 39.65 | 46.58 | 46.44 | - |
| YUV | 177.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 173 | 0.17 | 0 | 0.08 | 0.26 | 150 | 0.2 | 0.68 |
| Hex | 9D | BD | AD | 11 | 0 | 8 | 1A | 96 | 14 | 44 |
| Octal | 235 | 275 | 255 | 21 | 0 | 10 | 32 | 226 | 24 | 104 |
| Binary | 10011101 | 10111101 | 10101101 | 10001 | 0 | 1000 | 11010 | 10010110 | 10100 | 1000100 |
Color Harmonies of #9DBDAD
Complementary color
Monochromatic Colors of #9DBDAD
Black with #9DBDAD
Text Example
Text Example
White with #9DBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDAD; }
p { color: rgb(157,189,173); }
H1.HeaderClassName
{
color: #9DBDAD;
}
.AnyTagClassName
{
color: #9DBDAD;
}
</style>
background-color css
<style>
a { background-color: #9DBDAD; }
a { background-color: rgb(157,189,173); }
div.DivClassName
{
background-color: #9DBDAD;
}
.BgClassName
{
background-color: #9DBDAD;
}
</style>
border-color css
<style>
span { border-color: #9DBDAD; }
span { border-color: rgb(157,189,173); }
td.TdClassName
{
border-color: #9DBDAD;
}
.TagClassName
{
border-color: #9DBDAD;
}
</style>