Shades of Skeptic #9FB7AD
Tints of Skeptic #9FB7AD
RGB
CMYK
RGB Variations
Color information
#9FB7AD (or 0x9FB7AD) is known color: Skeptic. HEX triplet: 9F, B7 and AD. RGB value is (159,183,173). Sum of RGB (Red+Green+Blue) = 159+183+173=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB7AD is #604852. Grayscale: #AEAEAE. Windows color (decimal): -6309971 or 11384735. OLE color: 11384735.
HSL color Cylindrical-coordinate representation of color #9FB7AD: hue angle of 155º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FB7AD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 173 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.28 |
| HSL | 155º | 0.14% | 0.67% | - |
| HSV(B) | 155º | 0.13% | 0.72% | - |
| XYZ | 38.77 | 44.26 | 46.03 | - |
| YUV | 174.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 173 | 0.13 | 0 | 0.05 | 0.28 | 155 | 0.14 | 0.67 |
| Hex | 9F | B7 | AD | D | 0 | 5 | 1C | 9B | E | 43 |
| Octal | 237 | 267 | 255 | 15 | 0 | 5 | 34 | 233 | 16 | 103 |
| Binary | 10011111 | 10110111 | 10101101 | 1101 | 0 | 101 | 11100 | 10011011 | 1110 | 1000011 |
Color Harmonies of #9FB7AD
Complementary color
Monochromatic Colors of #9FB7AD
Black with #9FB7AD
Text Example
Text Example
White with #9FB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB7AD; }
p { color: rgb(159,183,173); }
H1.HeaderClassName
{
color: #9FB7AD;
}
.AnyTagClassName
{
color: #9FB7AD;
}
</style>
background-color css
<style>
a { background-color: #9FB7AD; }
a { background-color: rgb(159,183,173); }
div.DivClassName
{
background-color: #9FB7AD;
}
.BgClassName
{
background-color: #9FB7AD;
}
</style>
border-color css
<style>
span { border-color: #9FB7AD; }
span { border-color: rgb(159,183,173); }
td.TdClassName
{
border-color: #9FB7AD;
}
.TagClassName
{
border-color: #9FB7AD;
}
</style>