Shades of Skeptic #9FC3AF
Tints of Skeptic #9FC3AF
RGB
CMYK
RGB Variations
Color information
#9FC3AF (or 0x9FC3AF) is known color: Skeptic. HEX triplet: 9F, C3 and AF. RGB value is (159,195,175). Sum of RGB (Red+Green+Blue) = 159+195+175=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC3AF is #603C50. Grayscale: #B6B6B6. Windows color (decimal): -6306897 or 11518879. OLE color: 11518879.
HSL color Cylindrical-coordinate representation of color #9FC3AF: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC3AF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 175 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.24 |
| HSL | 146.67º | 0.23% | 0.69% | - |
| HSV(B) | 146.67º | 0.18% | 0.76% | - |
| XYZ | 41.55 | 49.5 | 47.92 | - |
| YUV | 181.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 175 | 0.18 | 0 | 0.10 | 0.24 | 146.67 | 0.23 | 0.69 |
| Hex | 9F | C3 | AF | 12 | 0 | A | 18 | 93 | 17 | 45 |
| Octal | 237 | 303 | 257 | 22 | 0 | 12 | 30 | 223 | 27 | 105 |
| Binary | 10011111 | 11000011 | 10101111 | 10010 | 0 | 1010 | 11000 | 10010011 | 10111 | 1000101 |
Color Harmonies of #9FC3AF
Complementary color
Monochromatic Colors of #9FC3AF
Black with #9FC3AF
Text Example
Text Example
White with #9FC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC3AF; }
p { color: rgb(159,195,175); }
H1.HeaderClassName
{
color: #9FC3AF;
}
.AnyTagClassName
{
color: #9FC3AF;
}
</style>
background-color css
<style>
a { background-color: #9FC3AF; }
a { background-color: rgb(159,195,175); }
div.DivClassName
{
background-color: #9FC3AF;
}
.BgClassName
{
background-color: #9FC3AF;
}
</style>
border-color css
<style>
span { border-color: #9FC3AF; }
span { border-color: rgb(159,195,175); }
td.TdClassName
{
border-color: #9FC3AF;
}
.TagClassName
{
border-color: #9FC3AF;
}
</style>