Shades of Skeptic #9DBAAF
Tints of Skeptic #9DBAAF
RGB
CMYK
RGB Variations
Color information
#9DBAAF (or 0x9DBAAF) is known color: Skeptic. HEX triplet: 9D, BA and AF. RGB value is (157,186,175). Sum of RGB (Red+Green+Blue) = 157+186+175=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAAF is #624550. Grayscale: #B0B0B0. Windows color (decimal): -6440273 or 11516573. OLE color: 11516573.
HSL color Cylindrical-coordinate representation of color #9DBAAF: hue angle of 157.24º degrees, saturation: 0.17, 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 #9DBAAF is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 175 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.27 |
| HSL | 157.24º | 0.17% | 0.67% | - |
| HSV(B) | 157.24º | 0.16% | 0.73% | - |
| XYZ | 39.2 | 45.38 | 47.25 | - |
| YUV | 176.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 175 | 0.16 | 0 | 0.06 | 0.27 | 157.24 | 0.17 | 0.67 |
| Hex | 9D | BA | AF | 10 | 0 | 6 | 1B | 9D | 11 | 43 |
| Octal | 235 | 272 | 257 | 20 | 0 | 6 | 33 | 235 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10101111 | 10000 | 0 | 110 | 11011 | 10011101 | 10001 | 1000011 |
Color Harmonies of #9DBAAF
Complementary color
Monochromatic Colors of #9DBAAF
Black with #9DBAAF
Text Example
Text Example
White with #9DBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAAF; }
p { color: rgb(157,186,175); }
H1.HeaderClassName
{
color: #9DBAAF;
}
.AnyTagClassName
{
color: #9DBAAF;
}
</style>
background-color css
<style>
a { background-color: #9DBAAF; }
a { background-color: rgb(157,186,175); }
div.DivClassName
{
background-color: #9DBAAF;
}
.BgClassName
{
background-color: #9DBAAF;
}
</style>
border-color css
<style>
span { border-color: #9DBAAF; }
span { border-color: rgb(157,186,175); }
td.TdClassName
{
border-color: #9DBAAF;
}
.TagClassName
{
border-color: #9DBAAF;
}
</style>