Shades of Skeptic #9FB8A9
Tints of Skeptic #9FB8A9
RGB
CMYK
RGB Variations
Color information
#9FB8A9 (or 0x9FB8A9) is known color: Skeptic. HEX triplet: 9F, B8 and A9. RGB value is (159,184,169). Sum of RGB (Red+Green+Blue) = 159+184+169=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB8A9 is #604756. Grayscale: #AEAEAE. Windows color (decimal): -6309719 or 11122847. OLE color: 11122847.
HSL color Cylindrical-coordinate representation of color #9FB8A9: hue angle of 144º 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 #9FB8A9 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 169 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.28 |
| HSL | 144º | 0.15% | 0.67% | - |
| HSV(B) | 144º | 0.14% | 0.72% | - |
| XYZ | 38.6 | 44.52 | 44.09 | - |
| YUV | 174.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 169 | 0.14 | 0 | 0.08 | 0.28 | 144 | 0.15 | 0.67 |
| Hex | 9F | B8 | A9 | E | 0 | 8 | 1C | 90 | F | 43 |
| Octal | 237 | 270 | 251 | 16 | 0 | 10 | 34 | 220 | 17 | 103 |
| Binary | 10011111 | 10111000 | 10101001 | 1110 | 0 | 1000 | 11100 | 10010000 | 1111 | 1000011 |
Color Harmonies of #9FB8A9
Complementary color
Monochromatic Colors of #9FB8A9
Black with #9FB8A9
Text Example
Text Example
White with #9FB8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB8A9; }
p { color: rgb(159,184,169); }
H1.HeaderClassName
{
color: #9FB8A9;
}
.AnyTagClassName
{
color: #9FB8A9;
}
</style>
background-color css
<style>
a { background-color: #9FB8A9; }
a { background-color: rgb(159,184,169); }
div.DivClassName
{
background-color: #9FB8A9;
}
.BgClassName
{
background-color: #9FB8A9;
}
</style>
border-color css
<style>
span { border-color: #9FB8A9; }
span { border-color: rgb(159,184,169); }
td.TdClassName
{
border-color: #9FB8A9;
}
.TagClassName
{
border-color: #9FB8A9;
}
</style>