Shades of Skeptic #9FB3AB
Tints of Skeptic #9FB3AB
RGB
CMYK
RGB Variations
Color information
#9FB3AB (or 0x9FB3AB) is known color: Skeptic. HEX triplet: 9F, B3 and AB. RGB value is (159,179,171). Sum of RGB (Red+Green+Blue) = 159+179+171=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB3AB is #604C54. Grayscale: #ACACAC. Windows color (decimal): -6310997 or 11252639. OLE color: 11252639.
HSL color Cylindrical-coordinate representation of color #9FB3AB: hue angle of 156º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB3AB is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 171 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.30 |
| HSL | 156º | 0.12% | 0.66% | - |
| HSV(B) | 156º | 0.11% | 0.7% | - |
| XYZ | 37.77 | 42.55 | 44.75 | - |
| YUV | 172.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 171 | 0.11 | 0 | 0.04 | 0.30 | 156 | 0.12 | 0.66 |
| Hex | 9F | B3 | AB | B | 0 | 4 | 1E | 9C | C | 42 |
| Octal | 237 | 263 | 253 | 13 | 0 | 4 | 36 | 234 | 14 | 102 |
| Binary | 10011111 | 10110011 | 10101011 | 1011 | 0 | 100 | 11110 | 10011100 | 1100 | 1000010 |
Color Harmonies of #9FB3AB
Complementary color
Monochromatic Colors of #9FB3AB
Black with #9FB3AB
Text Example
Text Example
White with #9FB3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB3AB; }
p { color: rgb(159,179,171); }
H1.HeaderClassName
{
color: #9FB3AB;
}
.AnyTagClassName
{
color: #9FB3AB;
}
</style>
background-color css
<style>
a { background-color: #9FB3AB; }
a { background-color: rgb(159,179,171); }
div.DivClassName
{
background-color: #9FB3AB;
}
.BgClassName
{
background-color: #9FB3AB;
}
</style>
border-color css
<style>
span { border-color: #9FB3AB; }
span { border-color: rgb(159,179,171); }
td.TdClassName
{
border-color: #9FB3AB;
}
.TagClassName
{
border-color: #9FB3AB;
}
</style>