Shades of Skeptic #9FBBAB
Tints of Skeptic #9FBBAB
RGB
CMYK
RGB Variations
Color information
#9FBBAB (or 0x9FBBAB) is known color: Skeptic. HEX triplet: 9F, BB and AB. RGB value is (159,187,171). Sum of RGB (Red+Green+Blue) = 159+187+171=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBAB is #604454. Grayscale: #B0B0B0. Windows color (decimal): -6308949 or 11254687. OLE color: 11254687.
HSL color Cylindrical-coordinate representation of color #9FBBAB: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBBAB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 171 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.27 |
| HSL | 145.71º | 0.17% | 0.68% | - |
| HSV(B) | 145.71º | 0.15% | 0.73% | - |
| XYZ | 39.42 | 45.85 | 45.3 | - |
| YUV | 176.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 171 | 0.15 | 0 | 0.09 | 0.27 | 145.71 | 0.17 | 0.68 |
| Hex | 9F | BB | AB | F | 0 | 9 | 1B | 92 | 11 | 44 |
| Octal | 237 | 273 | 253 | 17 | 0 | 11 | 33 | 222 | 21 | 104 |
| Binary | 10011111 | 10111011 | 10101011 | 1111 | 0 | 1001 | 11011 | 10010010 | 10001 | 1000100 |
Color Harmonies of #9FBBAB
Complementary color
Monochromatic Colors of #9FBBAB
Black with #9FBBAB
Text Example
Text Example
White with #9FBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBAB; }
p { color: rgb(159,187,171); }
H1.HeaderClassName
{
color: #9FBBAB;
}
.AnyTagClassName
{
color: #9FBBAB;
}
</style>
background-color css
<style>
a { background-color: #9FBBAB; }
a { background-color: rgb(159,187,171); }
div.DivClassName
{
background-color: #9FBBAB;
}
.BgClassName
{
background-color: #9FBBAB;
}
</style>
border-color css
<style>
span { border-color: #9FBBAB; }
span { border-color: rgb(159,187,171); }
td.TdClassName
{
border-color: #9FBBAB;
}
.TagClassName
{
border-color: #9FBBAB;
}
</style>