Shades of Skeptic #9DB3AA
Tints of Skeptic #9DB3AA
RGB
CMYK
RGB Variations
Color information
#9DB3AA (or 0x9DB3AA) is known color: Skeptic. HEX triplet: 9D, B3 and AA. RGB value is (157,179,170). Sum of RGB (Red+Green+Blue) = 157+179+170=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB3AA is #624C55. Grayscale: #ABABAB. Windows color (decimal): -6442070 or 11187101. OLE color: 11187101.
HSL color Cylindrical-coordinate representation of color #9DB3AA: hue angle of 155.45º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB3AA is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 170 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.30 |
| HSL | 155.45º | 0.13% | 0.66% | - |
| HSV(B) | 155.45º | 0.12% | 0.7% | - |
| XYZ | 37.28 | 42.31 | 44.23 | - |
| YUV | 171.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 170 | 0.12 | 0 | 0.05 | 0.30 | 155.45 | 0.13 | 0.66 |
| Hex | 9D | B3 | AA | C | 0 | 5 | 1E | 9B | D | 42 |
| Octal | 235 | 263 | 252 | 14 | 0 | 5 | 36 | 233 | 15 | 102 |
| Binary | 10011101 | 10110011 | 10101010 | 1100 | 0 | 101 | 11110 | 10011011 | 1101 | 1000010 |
Color Harmonies of #9DB3AA
Complementary color
Monochromatic Colors of #9DB3AA
Black with #9DB3AA
Text Example
Text Example
White with #9DB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3AA; }
p { color: rgb(157,179,170); }
H1.HeaderClassName
{
color: #9DB3AA;
}
.AnyTagClassName
{
color: #9DB3AA;
}
</style>
background-color css
<style>
a { background-color: #9DB3AA; }
a { background-color: rgb(157,179,170); }
div.DivClassName
{
background-color: #9DB3AA;
}
.BgClassName
{
background-color: #9DB3AA;
}
</style>
border-color css
<style>
span { border-color: #9DB3AA; }
span { border-color: rgb(157,179,170); }
td.TdClassName
{
border-color: #9DB3AA;
}
.TagClassName
{
border-color: #9DB3AA;
}
</style>