Shades of Skeptic #9EBFAB
Tints of Skeptic #9EBFAB
RGB
CMYK
RGB Variations
Color information
#9EBFAB (or 0x9EBFAB) is known color: Skeptic. HEX triplet: 9E, BF and AB. RGB value is (158,191,171). Sum of RGB (Red+Green+Blue) = 158+191+171=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBFAB is #614054. Grayscale: #B2B2B2. Windows color (decimal): -6373461 or 11255710. OLE color: 11255710.
HSL color Cylindrical-coordinate representation of color #9EBFAB: hue angle of 143.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBFAB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 171 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.25 |
| HSL | 143.64º | 0.2% | 0.68% | - |
| HSV(B) | 143.64º | 0.17% | 0.75% | - |
| XYZ | 40.08 | 47.47 | 45.58 | - |
| YUV | 178.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 171 | 0.17 | 0 | 0.10 | 0.25 | 143.64 | 0.2 | 0.68 |
| Hex | 9E | BF | AB | 11 | 0 | A | 19 | 90 | 14 | 44 |
| Octal | 236 | 277 | 253 | 21 | 0 | 12 | 31 | 220 | 24 | 104 |
| Binary | 10011110 | 10111111 | 10101011 | 10001 | 0 | 1010 | 11001 | 10010000 | 10100 | 1000100 |
Color Harmonies of #9EBFAB
Complementary color
Monochromatic Colors of #9EBFAB
Black with #9EBFAB
Text Example
Text Example
White with #9EBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBFAB; }
p { color: rgb(158,191,171); }
H1.HeaderClassName
{
color: #9EBFAB;
}
.AnyTagClassName
{
color: #9EBFAB;
}
</style>
background-color css
<style>
a { background-color: #9EBFAB; }
a { background-color: rgb(158,191,171); }
div.DivClassName
{
background-color: #9EBFAB;
}
.BgClassName
{
background-color: #9EBFAB;
}
</style>
border-color css
<style>
span { border-color: #9EBFAB; }
span { border-color: rgb(158,191,171); }
td.TdClassName
{
border-color: #9EBFAB;
}
.TagClassName
{
border-color: #9EBFAB;
}
</style>