Shades of Skeptic #9CB8AD
Tints of Skeptic #9CB8AD
RGB
CMYK
RGB Variations
Color information
#9CB8AD (or 0x9CB8AD) is known color: Skeptic. HEX triplet: 9C, B8 and AD. RGB value is (156,184,173). Sum of RGB (Red+Green+Blue) = 156+184+173=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB8AD is #634752. Grayscale: #AEAEAE. Windows color (decimal): -6506323 or 11384988. OLE color: 11384988.
HSL color Cylindrical-coordinate representation of color #9CB8AD: hue angle of 156.43º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB8AD is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 173 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.28 |
| HSL | 156.43º | 0.16% | 0.67% | - |
| HSV(B) | 156.43º | 0.15% | 0.72% | - |
| XYZ | 38.39 | 44.37 | 46.08 | - |
| YUV | 174.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 173 | 0.15 | 0 | 0.06 | 0.28 | 156.43 | 0.16 | 0.67 |
| Hex | 9C | B8 | AD | F | 0 | 6 | 1C | 9C | 10 | 43 |
| Octal | 234 | 270 | 255 | 17 | 0 | 6 | 34 | 234 | 20 | 103 |
| Binary | 10011100 | 10111000 | 10101101 | 1111 | 0 | 110 | 11100 | 10011100 | 10000 | 1000011 |
Color Harmonies of #9CB8AD
Complementary color
Monochromatic Colors of #9CB8AD
Black with #9CB8AD
Text Example
Text Example
White with #9CB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB8AD; }
p { color: rgb(156,184,173); }
H1.HeaderClassName
{
color: #9CB8AD;
}
.AnyTagClassName
{
color: #9CB8AD;
}
</style>
background-color css
<style>
a { background-color: #9CB8AD; }
a { background-color: rgb(156,184,173); }
div.DivClassName
{
background-color: #9CB8AD;
}
.BgClassName
{
background-color: #9CB8AD;
}
</style>
border-color css
<style>
span { border-color: #9CB8AD; }
span { border-color: rgb(156,184,173); }
td.TdClassName
{
border-color: #9CB8AD;
}
.TagClassName
{
border-color: #9CB8AD;
}
</style>