Shades of Skeptic #9DB7AC
Tints of Skeptic #9DB7AC
RGB
CMYK
RGB Variations
Color information
#9DB7AC (or 0x9DB7AC) is known color: Skeptic. HEX triplet: 9D, B7 and AC. RGB value is (157,183,172). Sum of RGB (Red+Green+Blue) = 157+183+172=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB7AC is #624853. Grayscale: #ADADAD. Windows color (decimal): -6441044 or 11319197. OLE color: 11319197.
HSL color Cylindrical-coordinate representation of color #9DB7AC: hue angle of 154.62º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB7AC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 157 | 183 | 172 | - |
CMYK | 0.14 | 0 | 0.06 | 0.28 |
HSL | 154.62º | 0.15% | 0.67% | - |
HSV(B) | 154.62º | 0.14% | 0.72% | - |
XYZ | 38.28 | 44.01 | 45.51 | - |
YUV | 173.97 | 126.89 | 115.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 183 | 172 | 0.14 | 0 | 0.06 | 0.28 | 154.62 | 0.15 | 0.67 |
Hex | 9D | B7 | AC | E | 0 | 6 | 1C | 9B | F | 43 |
Octal | 235 | 267 | 254 | 16 | 0 | 6 | 34 | 233 | 17 | 103 |
Binary | 10011101 | 10110111 | 10101100 | 1110 | 0 | 110 | 11100 | 10011011 | 1111 | 1000011 |
Color Harmonies of #9DB7AC
Complementary color
Monochromatic Colors of #9DB7AC
Black with #9DB7AC
Text Example
Text Example
White with #9DB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7AC; }
p { color: rgb(157,183,172); }
H1.HeaderClassName
{
color: #9DB7AC;
}
.AnyTagClassName
{
color: #9DB7AC;
}
</style>
background-color css
<style>
a { background-color: #9DB7AC; }
a { background-color: rgb(157,183,172); }
div.DivClassName
{
background-color: #9DB7AC;
}
.BgClassName
{
background-color: #9DB7AC;
}
</style>
border-color css
<style>
span { border-color: #9DB7AC; }
span { border-color: rgb(157,183,172); }
td.TdClassName
{
border-color: #9DB7AC;
}
.TagClassName
{
border-color: #9DB7AC;
}
</style>