Shades of Skeptic #9DBFAB
Tints of Skeptic #9DBFAB
RGB
CMYK
RGB Variations
Color information
#9DBFAB (or 0x9DBFAB) is known color: Skeptic. HEX triplet: 9D, BF and AB. RGB value is (157,191,171). Sum of RGB (Red+Green+Blue) = 157+191+171=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBFAB is #624054. Grayscale: #B2B2B2. Windows color (decimal): -6438997 or 11255709. OLE color: 11255709.
HSL color Cylindrical-coordinate representation of color #9DBFAB: hue angle of 144.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBFAB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 171 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.25 |
| HSL | 144.71º | 0.21% | 0.68% | - |
| HSV(B) | 144.71º | 0.18% | 0.75% | - |
| XYZ | 39.89 | 47.37 | 45.57 | - |
| YUV | 178.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 171 | 0.18 | 0 | 0.10 | 0.25 | 144.71 | 0.21 | 0.68 |
| Hex | 9D | BF | AB | 12 | 0 | A | 19 | 91 | 15 | 44 |
| Octal | 235 | 277 | 253 | 22 | 0 | 12 | 31 | 221 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10101011 | 10010 | 0 | 1010 | 11001 | 10010001 | 10101 | 1000100 |
Color Harmonies of #9DBFAB
Complementary color
Monochromatic Colors of #9DBFAB
Black with #9DBFAB
Text Example
Text Example
White with #9DBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFAB; }
p { color: rgb(157,191,171); }
H1.HeaderClassName
{
color: #9DBFAB;
}
.AnyTagClassName
{
color: #9DBFAB;
}
</style>
background-color css
<style>
a { background-color: #9DBFAB; }
a { background-color: rgb(157,191,171); }
div.DivClassName
{
background-color: #9DBFAB;
}
.BgClassName
{
background-color: #9DBFAB;
}
</style>
border-color css
<style>
span { border-color: #9DBFAB; }
span { border-color: rgb(157,191,171); }
td.TdClassName
{
border-color: #9DBFAB;
}
.TagClassName
{
border-color: #9DBFAB;
}
</style>