Shades of Skeptic #9DB2AA
Tints of Skeptic #9DB2AA
RGB
CMYK
RGB Variations
Color information
#9DB2AA (or 0x9DB2AA) is known color: Skeptic. HEX triplet: 9D, B2 and AA. RGB value is (157,178,170). Sum of RGB (Red+Green+Blue) = 157+178+170=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB2AA is #624D55. Grayscale: #AAAAAA. Windows color (decimal): -6442326 or 11186845. OLE color: 11186845.
HSL color Cylindrical-coordinate representation of color #9DB2AA: hue angle of 157.14º degrees, saturation: 0.12, 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 #9DB2AA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 170 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.30 |
| HSL | 157.14º | 0.12% | 0.66% | - |
| HSV(B) | 157.14º | 0.12% | 0.7% | - |
| XYZ | 37.08 | 41.91 | 44.17 | - |
| YUV | 170.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 170 | 0.12 | 0 | 0.04 | 0.30 | 157.14 | 0.12 | 0.66 |
| Hex | 9D | B2 | AA | C | 0 | 4 | 1E | 9D | C | 42 |
| Octal | 235 | 262 | 252 | 14 | 0 | 4 | 36 | 235 | 14 | 102 |
| Binary | 10011101 | 10110010 | 10101010 | 1100 | 0 | 100 | 11110 | 10011101 | 1100 | 1000010 |
Color Harmonies of #9DB2AA
Complementary color
Monochromatic Colors of #9DB2AA
Black with #9DB2AA
Text Example
Text Example
White with #9DB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2AA; }
p { color: rgb(157,178,170); }
H1.HeaderClassName
{
color: #9DB2AA;
}
.AnyTagClassName
{
color: #9DB2AA;
}
</style>
background-color css
<style>
a { background-color: #9DB2AA; }
a { background-color: rgb(157,178,170); }
div.DivClassName
{
background-color: #9DB2AA;
}
.BgClassName
{
background-color: #9DB2AA;
}
</style>
border-color css
<style>
span { border-color: #9DB2AA; }
span { border-color: rgb(157,178,170); }
td.TdClassName
{
border-color: #9DB2AA;
}
.TagClassName
{
border-color: #9DB2AA;
}
</style>