Shades of Skeptic #9CB3A9
Tints of Skeptic #9CB3A9
RGB
CMYK
RGB Variations
Color information
#9CB3A9 (or 0x9CB3A9) is known color: Skeptic. HEX triplet: 9C, B3 and A9. RGB value is (156,179,169). Sum of RGB (Red+Green+Blue) = 156+179+169=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB3A9 is #634C56. Grayscale: #ABABAB. Windows color (decimal): -6507607 or 11121564. OLE color: 11121564.
HSL color Cylindrical-coordinate representation of color #9CB3A9: hue angle of 153.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CB3A9 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 169 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.30 |
| HSL | 153.91º | 0.13% | 0.66% | - |
| HSV(B) | 153.91º | 0.13% | 0.7% | - |
| XYZ | 36.99 | 42.17 | 43.73 | - |
| YUV | 170.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 169 | 0.13 | 0 | 0.06 | 0.30 | 153.91 | 0.13 | 0.66 |
| Hex | 9C | B3 | A9 | D | 0 | 6 | 1E | 9A | D | 42 |
| Octal | 234 | 263 | 251 | 15 | 0 | 6 | 36 | 232 | 15 | 102 |
| Binary | 10011100 | 10110011 | 10101001 | 1101 | 0 | 110 | 11110 | 10011010 | 1101 | 1000010 |
Color Harmonies of #9CB3A9
Complementary color
Monochromatic Colors of #9CB3A9
Black with #9CB3A9
Text Example
Text Example
White with #9CB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB3A9; }
p { color: rgb(156,179,169); }
H1.HeaderClassName
{
color: #9CB3A9;
}
.AnyTagClassName
{
color: #9CB3A9;
}
</style>
background-color css
<style>
a { background-color: #9CB3A9; }
a { background-color: rgb(156,179,169); }
div.DivClassName
{
background-color: #9CB3A9;
}
.BgClassName
{
background-color: #9CB3A9;
}
</style>
border-color css
<style>
span { border-color: #9CB3A9; }
span { border-color: rgb(156,179,169); }
td.TdClassName
{
border-color: #9CB3A9;
}
.TagClassName
{
border-color: #9CB3A9;
}
</style>