Shades of Skeptic #9FBEAF
Tints of Skeptic #9FBEAF
RGB
CMYK
RGB Variations
Color information
#9FBEAF (or 0x9FBEAF) is known color: Skeptic. HEX triplet: 9F, BE and AF. RGB value is (159,190,175). Sum of RGB (Red+Green+Blue) = 159+190+175=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEAF is #604150. Grayscale: #B3B3B3. Windows color (decimal): -6308177 or 11517599. OLE color: 11517599.
HSL color Cylindrical-coordinate representation of color #9FBEAF: hue angle of 150.97º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEAF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 175 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.25 |
| HSL | 150.97º | 0.19% | 0.68% | - |
| HSV(B) | 150.97º | 0.16% | 0.75% | - |
| XYZ | 40.45 | 47.29 | 47.55 | - |
| YUV | 179.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 175 | 0.16 | 0 | 0.08 | 0.25 | 150.97 | 0.19 | 0.68 |
| Hex | 9F | BE | AF | 10 | 0 | 8 | 19 | 97 | 13 | 44 |
| Octal | 237 | 276 | 257 | 20 | 0 | 10 | 31 | 227 | 23 | 104 |
| Binary | 10011111 | 10111110 | 10101111 | 10000 | 0 | 1000 | 11001 | 10010111 | 10011 | 1000100 |
Color Harmonies of #9FBEAF
Complementary color
Monochromatic Colors of #9FBEAF
Black with #9FBEAF
Text Example
Text Example
White with #9FBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEAF; }
p { color: rgb(159,190,175); }
H1.HeaderClassName
{
color: #9FBEAF;
}
.AnyTagClassName
{
color: #9FBEAF;
}
</style>
background-color css
<style>
a { background-color: #9FBEAF; }
a { background-color: rgb(159,190,175); }
div.DivClassName
{
background-color: #9FBEAF;
}
.BgClassName
{
background-color: #9FBEAF;
}
</style>
border-color css
<style>
span { border-color: #9FBEAF; }
span { border-color: rgb(159,190,175); }
td.TdClassName
{
border-color: #9FBEAF;
}
.TagClassName
{
border-color: #9FBEAF;
}
</style>