Shades of Skeptic #9DB5AB
Tints of Skeptic #9DB5AB
RGB
CMYK
RGB Variations
Color information
#9DB5AB (or 0x9DB5AB) is known color: Skeptic. HEX triplet: 9D, B5 and AB. RGB value is (157,181,171). Sum of RGB (Red+Green+Blue) = 157+181+171=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB5AB is #624A54. Grayscale: #ACACAC. Windows color (decimal): -6441557 or 11253149. OLE color: 11253149.
HSL color Cylindrical-coordinate representation of color #9DB5AB: hue angle of 155º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB5AB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 171 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.29 |
| HSL | 155º | 0.14% | 0.66% | - |
| HSV(B) | 155º | 0.13% | 0.71% | - |
| XYZ | 37.78 | 43.16 | 44.87 | - |
| YUV | 172.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 171 | 0.13 | 0 | 0.06 | 0.29 | 155 | 0.14 | 0.66 |
| Hex | 9D | B5 | AB | D | 0 | 6 | 1D | 9B | E | 42 |
| Octal | 235 | 265 | 253 | 15 | 0 | 6 | 35 | 233 | 16 | 102 |
| Binary | 10011101 | 10110101 | 10101011 | 1101 | 0 | 110 | 11101 | 10011011 | 1110 | 1000010 |
Color Harmonies of #9DB5AB
Complementary color
Monochromatic Colors of #9DB5AB
Black with #9DB5AB
Text Example
Text Example
White with #9DB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5AB; }
p { color: rgb(157,181,171); }
H1.HeaderClassName
{
color: #9DB5AB;
}
.AnyTagClassName
{
color: #9DB5AB;
}
</style>
background-color css
<style>
a { background-color: #9DB5AB; }
a { background-color: rgb(157,181,171); }
div.DivClassName
{
background-color: #9DB5AB;
}
.BgClassName
{
background-color: #9DB5AB;
}
</style>
border-color css
<style>
span { border-color: #9DB5AB; }
span { border-color: rgb(157,181,171); }
td.TdClassName
{
border-color: #9DB5AB;
}
.TagClassName
{
border-color: #9DB5AB;
}
</style>