Shades of Skeptic #9EBFAA
Tints of Skeptic #9EBFAA
RGB
CMYK
RGB Variations
Color information
#9EBFAA (or 0x9EBFAA) is known color: Skeptic. HEX triplet: 9E, BF and AA. RGB value is (158,191,170). Sum of RGB (Red+Green+Blue) = 158+191+170=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBFAA is #614055. Grayscale: #B2B2B2. Windows color (decimal): -6373462 or 11190174. OLE color: 11190174.
HSL color Cylindrical-coordinate representation of color #9EBFAA: hue angle of 141.82º 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 #9EBFAA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 170 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.25 |
| HSL | 141.82º | 0.2% | 0.68% | - |
| HSV(B) | 141.82º | 0.17% | 0.75% | - |
| XYZ | 39.99 | 47.43 | 45.08 | - |
| YUV | 178.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 170 | 0.17 | 0 | 0.11 | 0.25 | 141.82 | 0.2 | 0.68 |
| Hex | 9E | BF | AA | 11 | 0 | B | 19 | 8E | 14 | 44 |
| Octal | 236 | 277 | 252 | 21 | 0 | 13 | 31 | 216 | 24 | 104 |
| Binary | 10011110 | 10111111 | 10101010 | 10001 | 0 | 1011 | 11001 | 10001110 | 10100 | 1000100 |
Color Harmonies of #9EBFAA
Complementary color
Monochromatic Colors of #9EBFAA
Black with #9EBFAA
Text Example
Text Example
White with #9EBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBFAA; }
p { color: rgb(158,191,170); }
H1.HeaderClassName
{
color: #9EBFAA;
}
.AnyTagClassName
{
color: #9EBFAA;
}
</style>
background-color css
<style>
a { background-color: #9EBFAA; }
a { background-color: rgb(158,191,170); }
div.DivClassName
{
background-color: #9EBFAA;
}
.BgClassName
{
background-color: #9EBFAA;
}
</style>
border-color css
<style>
span { border-color: #9EBFAA; }
span { border-color: rgb(158,191,170); }
td.TdClassName
{
border-color: #9EBFAA;
}
.TagClassName
{
border-color: #9EBFAA;
}
</style>