Shades of Skeptic #9FB8AB
Tints of Skeptic #9FB8AB
RGB
CMYK
RGB Variations
Color information
#9FB8AB (or 0x9FB8AB) is known color: Skeptic. HEX triplet: 9F, B8 and AB. RGB value is (159,184,171). Sum of RGB (Red+Green+Blue) = 159+184+171=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB8AB is #604754. Grayscale: #AFAFAF. Windows color (decimal): -6309717 or 11253919. OLE color: 11253919.
HSL color Cylindrical-coordinate representation of color #9FB8AB: hue angle of 148.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FB8AB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 171 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.28 |
| HSL | 148.8º | 0.15% | 0.67% | - |
| HSV(B) | 148.8º | 0.14% | 0.72% | - |
| XYZ | 38.79 | 44.59 | 45.09 | - |
| YUV | 175.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 171 | 0.14 | 0 | 0.07 | 0.28 | 148.8 | 0.15 | 0.67 |
| Hex | 9F | B8 | AB | E | 0 | 7 | 1C | 95 | F | 43 |
| Octal | 237 | 270 | 253 | 16 | 0 | 7 | 34 | 225 | 17 | 103 |
| Binary | 10011111 | 10111000 | 10101011 | 1110 | 0 | 111 | 11100 | 10010101 | 1111 | 1000011 |
Color Harmonies of #9FB8AB
Complementary color
Monochromatic Colors of #9FB8AB
Black with #9FB8AB
Text Example
Text Example
White with #9FB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB8AB; }
p { color: rgb(159,184,171); }
H1.HeaderClassName
{
color: #9FB8AB;
}
.AnyTagClassName
{
color: #9FB8AB;
}
</style>
background-color css
<style>
a { background-color: #9FB8AB; }
a { background-color: rgb(159,184,171); }
div.DivClassName
{
background-color: #9FB8AB;
}
.BgClassName
{
background-color: #9FB8AB;
}
</style>
border-color css
<style>
span { border-color: #9FB8AB; }
span { border-color: rgb(159,184,171); }
td.TdClassName
{
border-color: #9FB8AB;
}
.TagClassName
{
border-color: #9FB8AB;
}
</style>