Shades of Skeptic #9DBAA8
Tints of Skeptic #9DBAA8
RGB
CMYK
RGB Variations
Color information
#9DBAA8 (or 0x9DBAA8) is known color: Skeptic. HEX triplet: 9D, BA and A8. RGB value is (157,186,168). Sum of RGB (Red+Green+Blue) = 157+186+168=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAA8 is #624557. Grayscale: #AFAFAF. Windows color (decimal): -6440280 or 11057821. OLE color: 11057821.
HSL color Cylindrical-coordinate representation of color #9DBAA8: hue angle of 142.76º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAA8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 168 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.27 |
| HSL | 142.76º | 0.17% | 0.67% | - |
| HSV(B) | 142.76º | 0.16% | 0.73% | - |
| XYZ | 38.53 | 45.11 | 43.72 | - |
| YUV | 175.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 168 | 0.16 | 0 | 0.10 | 0.27 | 142.76 | 0.17 | 0.67 |
| Hex | 9D | BA | A8 | 10 | 0 | A | 1B | 8F | 11 | 43 |
| Octal | 235 | 272 | 250 | 20 | 0 | 12 | 33 | 217 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10101000 | 10000 | 0 | 1010 | 11011 | 10001111 | 10001 | 1000011 |
Color Harmonies of #9DBAA8
Complementary color
Monochromatic Colors of #9DBAA8
Black with #9DBAA8
Text Example
Text Example
White with #9DBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAA8; }
p { color: rgb(157,186,168); }
H1.HeaderClassName
{
color: #9DBAA8;
}
.AnyTagClassName
{
color: #9DBAA8;
}
</style>
background-color css
<style>
a { background-color: #9DBAA8; }
a { background-color: rgb(157,186,168); }
div.DivClassName
{
background-color: #9DBAA8;
}
.BgClassName
{
background-color: #9DBAA8;
}
</style>
border-color css
<style>
span { border-color: #9DBAA8; }
span { border-color: rgb(157,186,168); }
td.TdClassName
{
border-color: #9DBAA8;
}
.TagClassName
{
border-color: #9DBAA8;
}
</style>