Shades of Skeptic #9EBAAD
Tints of Skeptic #9EBAAD
RGB
CMYK
RGB Variations
Color information
#9EBAAD (or 0x9EBAAD) is known color: Skeptic. HEX triplet: 9E, BA and AD. RGB value is (158,186,173). Sum of RGB (Red+Green+Blue) = 158+186+173=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBAAD is #614552. Grayscale: #B0B0B0. Windows color (decimal): -6374739 or 11385502. OLE color: 11385502.
HSL color Cylindrical-coordinate representation of color #9EBAAD: hue angle of 152.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EBAAD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 173 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.27 |
| HSL | 152.14º | 0.17% | 0.67% | - |
| HSV(B) | 152.14º | 0.15% | 0.73% | - |
| XYZ | 39.2 | 45.4 | 46.23 | - |
| YUV | 176.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 173 | 0.15 | 0 | 0.07 | 0.27 | 152.14 | 0.17 | 0.67 |
| Hex | 9E | BA | AD | F | 0 | 7 | 1B | 98 | 11 | 43 |
| Octal | 236 | 272 | 255 | 17 | 0 | 7 | 33 | 230 | 21 | 103 |
| Binary | 10011110 | 10111010 | 10101101 | 1111 | 0 | 111 | 11011 | 10011000 | 10001 | 1000011 |
Color Harmonies of #9EBAAD
Complementary color
Monochromatic Colors of #9EBAAD
Black with #9EBAAD
Text Example
Text Example
White with #9EBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBAAD; }
p { color: rgb(158,186,173); }
H1.HeaderClassName
{
color: #9EBAAD;
}
.AnyTagClassName
{
color: #9EBAAD;
}
</style>
background-color css
<style>
a { background-color: #9EBAAD; }
a { background-color: rgb(158,186,173); }
div.DivClassName
{
background-color: #9EBAAD;
}
.BgClassName
{
background-color: #9EBAAD;
}
</style>
border-color css
<style>
span { border-color: #9EBAAD; }
span { border-color: rgb(158,186,173); }
td.TdClassName
{
border-color: #9EBAAD;
}
.TagClassName
{
border-color: #9EBAAD;
}
</style>