Shades of Skeptic #9EBAAE
Tints of Skeptic #9EBAAE
RGB
CMYK
RGB Variations
Color information
#9EBAAE (or 0x9EBAAE) is known color: Skeptic. HEX triplet: 9E, BA and AE. RGB value is (158,186,174). Sum of RGB (Red+Green+Blue) = 158+186+174=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBAAE is #614551. Grayscale: #B0B0B0. Windows color (decimal): -6374738 or 11451038. OLE color: 11451038.
HSL color Cylindrical-coordinate representation of color #9EBAAE: hue angle of 154.29º 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 #9EBAAE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 174 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.27 |
| HSL | 154.29º | 0.17% | 0.67% | - |
| HSV(B) | 154.29º | 0.15% | 0.73% | - |
| XYZ | 39.3 | 45.44 | 46.74 | - |
| YUV | 176.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 174 | 0.15 | 0 | 0.06 | 0.27 | 154.29 | 0.17 | 0.67 |
| Hex | 9E | BA | AE | F | 0 | 6 | 1B | 9A | 11 | 43 |
| Octal | 236 | 272 | 256 | 17 | 0 | 6 | 33 | 232 | 21 | 103 |
| Binary | 10011110 | 10111010 | 10101110 | 1111 | 0 | 110 | 11011 | 10011010 | 10001 | 1000011 |
Color Harmonies of #9EBAAE
Complementary color
Monochromatic Colors of #9EBAAE
Black with #9EBAAE
Text Example
Text Example
White with #9EBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBAAE; }
p { color: rgb(158,186,174); }
H1.HeaderClassName
{
color: #9EBAAE;
}
.AnyTagClassName
{
color: #9EBAAE;
}
</style>
background-color css
<style>
a { background-color: #9EBAAE; }
a { background-color: rgb(158,186,174); }
div.DivClassName
{
background-color: #9EBAAE;
}
.BgClassName
{
background-color: #9EBAAE;
}
</style>
border-color css
<style>
span { border-color: #9EBAAE; }
span { border-color: rgb(158,186,174); }
td.TdClassName
{
border-color: #9EBAAE;
}
.TagClassName
{
border-color: #9EBAAE;
}
</style>