Shades of Skeptic #9DBDAB
Tints of Skeptic #9DBDAB
RGB
CMYK
RGB Variations
Color information
#9DBDAB (or 0x9DBDAB) is known color: Skeptic. HEX triplet: 9D, BD and AB. RGB value is (157,189,171). Sum of RGB (Red+Green+Blue) = 157+189+171=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDAB is #624254. Grayscale: #B1B1B1. Windows color (decimal): -6439509 or 11255197. OLE color: 11255197.
HSL color Cylindrical-coordinate representation of color #9DBDAB: hue angle of 146.25º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDAB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 189 | 171 | - |
CMYK | 0.17 | 0 | 0.10 | 0.26 |
HSL | 146.25º | 0.2% | 0.68% | - |
HSV(B) | 146.25º | 0.17% | 0.74% | - |
XYZ | 39.45 | 46.5 | 45.42 | - |
YUV | 177.38 | 124.4 | 113.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 171 | 0.17 | 0 | 0.10 | 0.26 | 146.25 | 0.2 | 0.68 |
Hex | 9D | BD | AB | 11 | 0 | A | 1A | 92 | 14 | 44 |
Octal | 235 | 275 | 253 | 21 | 0 | 12 | 32 | 222 | 24 | 104 |
Binary | 10011101 | 10111101 | 10101011 | 10001 | 0 | 1010 | 11010 | 10010010 | 10100 | 1000100 |
Color Harmonies of #9DBDAB
Complementary color
Monochromatic Colors of #9DBDAB
Black with #9DBDAB
Text Example
Text Example
White with #9DBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDAB; }
p { color: rgb(157,189,171); }
H1.HeaderClassName
{
color: #9DBDAB;
}
.AnyTagClassName
{
color: #9DBDAB;
}
</style>
background-color css
<style>
a { background-color: #9DBDAB; }
a { background-color: rgb(157,189,171); }
div.DivClassName
{
background-color: #9DBDAB;
}
.BgClassName
{
background-color: #9DBDAB;
}
</style>
border-color css
<style>
span { border-color: #9DBDAB; }
span { border-color: rgb(157,189,171); }
td.TdClassName
{
border-color: #9DBDAB;
}
.TagClassName
{
border-color: #9DBDAB;
}
</style>