Shades of Skeptic #9FBBAF
Tints of Skeptic #9FBBAF
RGB
CMYK
RGB Variations
Color information
#9FBBAF (or 0x9FBBAF) is known color: Skeptic. HEX triplet: 9F, BB and AF. RGB value is (159,187,175). Sum of RGB (Red+Green+Blue) = 159+187+175=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBAF is #604450. Grayscale: #B1B1B1. Windows color (decimal): -6308945 or 11516831. OLE color: 11516831.
HSL color Cylindrical-coordinate representation of color #9FBBAF: hue angle of 154.29º 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 #9FBBAF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 175 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.27 |
| HSL | 154.29º | 0.17% | 0.68% | - |
| HSV(B) | 154.29º | 0.15% | 0.73% | - |
| XYZ | 39.81 | 46.01 | 47.34 | - |
| YUV | 177.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 175 | 0.15 | 0 | 0.06 | 0.27 | 154.29 | 0.17 | 0.68 |
| Hex | 9F | BB | AF | F | 0 | 6 | 1B | 9A | 11 | 44 |
| Octal | 237 | 273 | 257 | 17 | 0 | 6 | 33 | 232 | 21 | 104 |
| Binary | 10011111 | 10111011 | 10101111 | 1111 | 0 | 110 | 11011 | 10011010 | 10001 | 1000100 |
Color Harmonies of #9FBBAF
Complementary color
Monochromatic Colors of #9FBBAF
Black with #9FBBAF
Text Example
Text Example
White with #9FBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBAF; }
p { color: rgb(159,187,175); }
H1.HeaderClassName
{
color: #9FBBAF;
}
.AnyTagClassName
{
color: #9FBBAF;
}
</style>
background-color css
<style>
a { background-color: #9FBBAF; }
a { background-color: rgb(159,187,175); }
div.DivClassName
{
background-color: #9FBBAF;
}
.BgClassName
{
background-color: #9FBBAF;
}
</style>
border-color css
<style>
span { border-color: #9FBBAF; }
span { border-color: rgb(159,187,175); }
td.TdClassName
{
border-color: #9FBBAF;
}
.TagClassName
{
border-color: #9FBBAF;
}
</style>