Shades of Skeptic #9CB1AA
Tints of Skeptic #9CB1AA
RGB
CMYK
RGB Variations
Color information
#9CB1AA (or 0x9CB1AA) is known color: Skeptic. HEX triplet: 9C, B1 and AA. RGB value is (156,177,170). Sum of RGB (Red+Green+Blue) = 156+177+170=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB1AA is #634E55. Grayscale: #A9A9A9. Windows color (decimal): -6508118 or 11186588. OLE color: 11186588.
HSL color Cylindrical-coordinate representation of color #9CB1AA: hue angle of 160º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB1AA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 170 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.31 |
| HSL | 160º | 0.12% | 0.65% | - |
| HSV(B) | 160º | 0.12% | 0.69% | - |
| XYZ | 36.69 | 41.41 | 44.09 | - |
| YUV | 169.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 170 | 0.12 | 0 | 0.04 | 0.31 | 160 | 0.12 | 0.65 |
| Hex | 9C | B1 | AA | C | 0 | 4 | 1F | A0 | C | 41 |
| Octal | 234 | 261 | 252 | 14 | 0 | 4 | 37 | 240 | 14 | 101 |
| Binary | 10011100 | 10110001 | 10101010 | 1100 | 0 | 100 | 11111 | 10100000 | 1100 | 1000001 |
Color Harmonies of #9CB1AA
Complementary color
Monochromatic Colors of #9CB1AA
Black with #9CB1AA
Text Example
Text Example
White with #9CB1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB1AA; }
p { color: rgb(156,177,170); }
H1.HeaderClassName
{
color: #9CB1AA;
}
.AnyTagClassName
{
color: #9CB1AA;
}
</style>
background-color css
<style>
a { background-color: #9CB1AA; }
a { background-color: rgb(156,177,170); }
div.DivClassName
{
background-color: #9CB1AA;
}
.BgClassName
{
background-color: #9CB1AA;
}
</style>
border-color css
<style>
span { border-color: #9CB1AA; }
span { border-color: rgb(156,177,170); }
td.TdClassName
{
border-color: #9CB1AA;
}
.TagClassName
{
border-color: #9CB1AA;
}
</style>