Shades of Skeptic #9DB5AC
Tints of Skeptic #9DB5AC
RGB
CMYK
RGB Variations
Color information
#9DB5AC (or 0x9DB5AC) is known color: Skeptic. HEX triplet: 9D, B5 and AC. RGB value is (157,181,172). Sum of RGB (Red+Green+Blue) = 157+181+172=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB5AC is #624A53. Grayscale: #ACACAC. Windows color (decimal): -6441556 or 11318685. OLE color: 11318685.
HSL color Cylindrical-coordinate representation of color #9DB5AC: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB5AC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 172 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.29 |
| HSL | 157.5º | 0.14% | 0.66% | - |
| HSV(B) | 157.5º | 0.13% | 0.71% | - |
| XYZ | 37.87 | 43.19 | 45.37 | - |
| YUV | 172.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 172 | 0.13 | 0 | 0.05 | 0.29 | 157.5 | 0.14 | 0.66 |
| Hex | 9D | B5 | AC | D | 0 | 5 | 1D | 9E | E | 42 |
| Octal | 235 | 265 | 254 | 15 | 0 | 5 | 35 | 236 | 16 | 102 |
| Binary | 10011101 | 10110101 | 10101100 | 1101 | 0 | 101 | 11101 | 10011110 | 1110 | 1000010 |
Color Harmonies of #9DB5AC
Complementary color
Monochromatic Colors of #9DB5AC
Black with #9DB5AC
Text Example
Text Example
White with #9DB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5AC; }
p { color: rgb(157,181,172); }
H1.HeaderClassName
{
color: #9DB5AC;
}
.AnyTagClassName
{
color: #9DB5AC;
}
</style>
background-color css
<style>
a { background-color: #9DB5AC; }
a { background-color: rgb(157,181,172); }
div.DivClassName
{
background-color: #9DB5AC;
}
.BgClassName
{
background-color: #9DB5AC;
}
</style>
border-color css
<style>
span { border-color: #9DB5AC; }
span { border-color: rgb(157,181,172); }
td.TdClassName
{
border-color: #9DB5AC;
}
.TagClassName
{
border-color: #9DB5AC;
}
</style>