Shades of Skeptic #9EBBAC
Tints of Skeptic #9EBBAC
RGB
CMYK
RGB Variations
Color information
#9EBBAC (or 0x9EBBAC) is known color: Skeptic. HEX triplet: 9E, BB and AC. RGB value is (158,187,172). Sum of RGB (Red+Green+Blue) = 158+187+172=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBAC is #614453. Grayscale: #B0B0B0. Windows color (decimal): -6374484 or 11320222. OLE color: 11320222.
HSL color Cylindrical-coordinate representation of color #9EBBAC: hue angle of 148.97º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBAC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 172 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.27 |
| HSL | 148.97º | 0.18% | 0.68% | - |
| HSV(B) | 148.97º | 0.16% | 0.73% | - |
| XYZ | 39.32 | 45.79 | 45.8 | - |
| YUV | 176.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 172 | 0.16 | 0 | 0.08 | 0.27 | 148.97 | 0.18 | 0.68 |
| Hex | 9E | BB | AC | 10 | 0 | 8 | 1B | 95 | 12 | 44 |
| Octal | 236 | 273 | 254 | 20 | 0 | 10 | 33 | 225 | 22 | 104 |
| Binary | 10011110 | 10111011 | 10101100 | 10000 | 0 | 1000 | 11011 | 10010101 | 10010 | 1000100 |
Color Harmonies of #9EBBAC
Complementary color
Monochromatic Colors of #9EBBAC
Black with #9EBBAC
Text Example
Text Example
White with #9EBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBAC; }
p { color: rgb(158,187,172); }
H1.HeaderClassName
{
color: #9EBBAC;
}
.AnyTagClassName
{
color: #9EBBAC;
}
</style>
background-color css
<style>
a { background-color: #9EBBAC; }
a { background-color: rgb(158,187,172); }
div.DivClassName
{
background-color: #9EBBAC;
}
.BgClassName
{
background-color: #9EBBAC;
}
</style>
border-color css
<style>
span { border-color: #9EBBAC; }
span { border-color: rgb(158,187,172); }
td.TdClassName
{
border-color: #9EBBAC;
}
.TagClassName
{
border-color: #9EBBAC;
}
</style>