Shades of Skeptic #9DBBA9
Tints of Skeptic #9DBBA9
RGB
CMYK
RGB Variations
Color information
#9DBBA9 (or 0x9DBBA9) is known color: Skeptic. HEX triplet: 9D, BB and A9. RGB value is (157,187,169). Sum of RGB (Red+Green+Blue) = 157+187+169=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBA9 is #624456. Grayscale: #B0B0B0. Windows color (decimal): -6440023 or 11123613. OLE color: 11123613.
HSL color Cylindrical-coordinate representation of color #9DBBA9: hue angle of 144º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBA9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 169 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.27 |
| HSL | 144º | 0.18% | 0.67% | - |
| HSV(B) | 144º | 0.16% | 0.73% | - |
| XYZ | 38.84 | 45.57 | 44.29 | - |
| YUV | 175.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 169 | 0.16 | 0 | 0.10 | 0.27 | 144 | 0.18 | 0.67 |
| Hex | 9D | BB | A9 | 10 | 0 | A | 1B | 90 | 12 | 43 |
| Octal | 235 | 273 | 251 | 20 | 0 | 12 | 33 | 220 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10101001 | 10000 | 0 | 1010 | 11011 | 10010000 | 10010 | 1000011 |
Color Harmonies of #9DBBA9
Complementary color
Monochromatic Colors of #9DBBA9
Black with #9DBBA9
Text Example
Text Example
White with #9DBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBA9; }
p { color: rgb(157,187,169); }
H1.HeaderClassName
{
color: #9DBBA9;
}
.AnyTagClassName
{
color: #9DBBA9;
}
</style>
background-color css
<style>
a { background-color: #9DBBA9; }
a { background-color: rgb(157,187,169); }
div.DivClassName
{
background-color: #9DBBA9;
}
.BgClassName
{
background-color: #9DBBA9;
}
</style>
border-color css
<style>
span { border-color: #9DBBA9; }
span { border-color: rgb(157,187,169); }
td.TdClassName
{
border-color: #9DBBA9;
}
.TagClassName
{
border-color: #9DBBA9;
}
</style>