Shades of Skeptic #9DBBAA
Tints of Skeptic #9DBBAA
RGB
CMYK
RGB Variations
Color information
#9DBBAA (or 0x9DBBAA) is known color: Skeptic. HEX triplet: 9D, BB and AA. RGB value is (157,187,170). Sum of RGB (Red+Green+Blue) = 157+187+170=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBAA is #624455. Grayscale: #B0B0B0. Windows color (decimal): -6440022 or 11189149. OLE color: 11189149.
HSL color Cylindrical-coordinate representation of color #9DBBAA: hue angle of 146º 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 #9DBBAA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 170 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.27 |
| HSL | 146º | 0.18% | 0.67% | - |
| HSV(B) | 146º | 0.16% | 0.73% | - |
| XYZ | 38.93 | 45.61 | 44.78 | - |
| YUV | 176.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 170 | 0.16 | 0 | 0.09 | 0.27 | 146 | 0.18 | 0.67 |
| Hex | 9D | BB | AA | 10 | 0 | 9 | 1B | 92 | 12 | 43 |
| Octal | 235 | 273 | 252 | 20 | 0 | 11 | 33 | 222 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10101010 | 10000 | 0 | 1001 | 11011 | 10010010 | 10010 | 1000011 |
Color Harmonies of #9DBBAA
Complementary color
Monochromatic Colors of #9DBBAA
Black with #9DBBAA
Text Example
Text Example
White with #9DBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBAA; }
p { color: rgb(157,187,170); }
H1.HeaderClassName
{
color: #9DBBAA;
}
.AnyTagClassName
{
color: #9DBBAA;
}
</style>
background-color css
<style>
a { background-color: #9DBBAA; }
a { background-color: rgb(157,187,170); }
div.DivClassName
{
background-color: #9DBBAA;
}
.BgClassName
{
background-color: #9DBBAA;
}
</style>
border-color css
<style>
span { border-color: #9DBBAA; }
span { border-color: rgb(157,187,170); }
td.TdClassName
{
border-color: #9DBBAA;
}
.TagClassName
{
border-color: #9DBBAA;
}
</style>