Shades of Skeptic #9DB4AC
Tints of Skeptic #9DB4AC
RGB
CMYK
RGB Variations
Color information
#9DB4AC (or 0x9DB4AC) is known color: Skeptic. HEX triplet: 9D, B4 and AC. RGB value is (157,180,172). Sum of RGB (Red+Green+Blue) = 157+180+172=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB4AC is #624B53. Grayscale: #ACACAC. Windows color (decimal): -6441812 or 11318429. OLE color: 11318429.
HSL color Cylindrical-coordinate representation of color #9DB4AC: hue angle of 159.13º degrees, saturation: 0.13, 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 #9DB4AC is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 172 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.29 |
| HSL | 159.13º | 0.13% | 0.66% | - |
| HSV(B) | 159.13º | 0.13% | 0.71% | - |
| XYZ | 37.67 | 42.79 | 45.3 | - |
| YUV | 172.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 172 | 0.13 | 0 | 0.04 | 0.29 | 159.13 | 0.13 | 0.66 |
| Hex | 9D | B4 | AC | D | 0 | 4 | 1D | 9F | D | 42 |
| Octal | 235 | 264 | 254 | 15 | 0 | 4 | 35 | 237 | 15 | 102 |
| Binary | 10011101 | 10110100 | 10101100 | 1101 | 0 | 100 | 11101 | 10011111 | 1101 | 1000010 |
Color Harmonies of #9DB4AC
Complementary color
Monochromatic Colors of #9DB4AC
Black with #9DB4AC
Text Example
Text Example
White with #9DB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4AC; }
p { color: rgb(157,180,172); }
H1.HeaderClassName
{
color: #9DB4AC;
}
.AnyTagClassName
{
color: #9DB4AC;
}
</style>
background-color css
<style>
a { background-color: #9DB4AC; }
a { background-color: rgb(157,180,172); }
div.DivClassName
{
background-color: #9DB4AC;
}
.BgClassName
{
background-color: #9DB4AC;
}
</style>
border-color css
<style>
span { border-color: #9DB4AC; }
span { border-color: rgb(157,180,172); }
td.TdClassName
{
border-color: #9DB4AC;
}
.TagClassName
{
border-color: #9DB4AC;
}
</style>