Shades of Skeptic #9EC3AF
Tints of Skeptic #9EC3AF
RGB
CMYK
RGB Variations
Color information
#9EC3AF (or 0x9EC3AF) is known color: Skeptic. HEX triplet: 9E, C3 and AF. RGB value is (158,195,175). Sum of RGB (Red+Green+Blue) = 158+195+175=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC3AF is #613C50. Grayscale: #B5B5B5. Windows color (decimal): -6372433 or 11518878. OLE color: 11518878.
HSL color Cylindrical-coordinate representation of color #9EC3AF: hue angle of 147.57º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EC3AF is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 175 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.24 |
| HSL | 147.57º | 0.24% | 0.69% | - |
| HSV(B) | 147.57º | 0.19% | 0.76% | - |
| XYZ | 41.35 | 49.39 | 47.91 | - |
| YUV | 181.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 175 | 0.19 | 0 | 0.10 | 0.24 | 147.57 | 0.24 | 0.69 |
| Hex | 9E | C3 | AF | 13 | 0 | A | 18 | 94 | 18 | 45 |
| Octal | 236 | 303 | 257 | 23 | 0 | 12 | 30 | 224 | 30 | 105 |
| Binary | 10011110 | 11000011 | 10101111 | 10011 | 0 | 1010 | 11000 | 10010100 | 11000 | 1000101 |
Color Harmonies of #9EC3AF
Complementary color
Monochromatic Colors of #9EC3AF
Black with #9EC3AF
Text Example
Text Example
White with #9EC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC3AF; }
p { color: rgb(158,195,175); }
H1.HeaderClassName
{
color: #9EC3AF;
}
.AnyTagClassName
{
color: #9EC3AF;
}
</style>
background-color css
<style>
a { background-color: #9EC3AF; }
a { background-color: rgb(158,195,175); }
div.DivClassName
{
background-color: #9EC3AF;
}
.BgClassName
{
background-color: #9EC3AF;
}
</style>
border-color css
<style>
span { border-color: #9EC3AF; }
span { border-color: rgb(158,195,175); }
td.TdClassName
{
border-color: #9EC3AF;
}
.TagClassName
{
border-color: #9EC3AF;
}
</style>