Shades of Skeptic #9FBAB0
Tints of Skeptic #9FBAB0
RGB
CMYK
RGB Variations
Color information
#9FBAB0 (or 0x9FBAB0) is known color: Skeptic. HEX triplet: 9F, BA and B0. RGB value is (159,186,176). Sum of RGB (Red+Green+Blue) = 159+186+176=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAB0 is #60454F. Grayscale: #B0B0B0. Windows color (decimal): -6309200 or 11582111. OLE color: 11582111.
HSL color Cylindrical-coordinate representation of color #9FBAB0: hue angle of 157.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 159 | 186 | 176 | - |
CMYK | 0.15 | 0 | 0.05 | 0.27 |
HSL | 157.78º | 0.16% | 0.68% | - |
HSV(B) | 157.78º | 0.15% | 0.73% | - |
XYZ | 39.69 | 45.62 | 47.79 | - |
YUV | 176.79 | 127.55 | 115.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 186 | 176 | 0.15 | 0 | 0.05 | 0.27 | 157.78 | 0.16 | 0.68 |
Hex | 9F | BA | B0 | F | 0 | 5 | 1B | 9E | 10 | 44 |
Octal | 237 | 272 | 260 | 17 | 0 | 5 | 33 | 236 | 20 | 104 |
Binary | 10011111 | 10111010 | 10110000 | 1111 | 0 | 101 | 11011 | 10011110 | 10000 | 1000100 |
Color Harmonies of #9FBAB0
Complementary color
Monochromatic Colors of #9FBAB0
Black with #9FBAB0
Text Example
Text Example
White with #9FBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAB0; }
p { color: rgb(159,186,176); }
H1.HeaderClassName
{
color: #9FBAB0;
}
.AnyTagClassName
{
color: #9FBAB0;
}
</style>
background-color css
<style>
a { background-color: #9FBAB0; }
a { background-color: rgb(159,186,176); }
div.DivClassName
{
background-color: #9FBAB0;
}
.BgClassName
{
background-color: #9FBAB0;
}
</style>
border-color css
<style>
span { border-color: #9FBAB0; }
span { border-color: rgb(159,186,176); }
td.TdClassName
{
border-color: #9FBAB0;
}
.TagClassName
{
border-color: #9FBAB0;
}
</style>