Shades of Skeptic #9FB3AA
Tints of Skeptic #9FB3AA
RGB
CMYK
RGB Variations
Color information
#9FB3AA (or 0x9FB3AA) is known color: Skeptic. HEX triplet: 9F, B3 and AA. RGB value is (159,179,170). Sum of RGB (Red+Green+Blue) = 159+179+170=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB3AA is #604C55. Grayscale: #ACACAC. Windows color (decimal): -6310998 or 11187103. OLE color: 11187103.
HSL color Cylindrical-coordinate representation of color #9FB3AA: hue angle of 153º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB3AA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 170 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.30 |
| HSL | 153º | 0.12% | 0.66% | - |
| HSV(B) | 153º | 0.11% | 0.7% | - |
| XYZ | 37.67 | 42.51 | 44.25 | - |
| YUV | 171.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 170 | 0.11 | 0 | 0.05 | 0.30 | 153 | 0.12 | 0.66 |
| Hex | 9F | B3 | AA | B | 0 | 5 | 1E | 99 | C | 42 |
| Octal | 237 | 263 | 252 | 13 | 0 | 5 | 36 | 231 | 14 | 102 |
| Binary | 10011111 | 10110011 | 10101010 | 1011 | 0 | 101 | 11110 | 10011001 | 1100 | 1000010 |
Color Harmonies of #9FB3AA
Complementary color
Monochromatic Colors of #9FB3AA
Black with #9FB3AA
Text Example
Text Example
White with #9FB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB3AA; }
p { color: rgb(159,179,170); }
H1.HeaderClassName
{
color: #9FB3AA;
}
.AnyTagClassName
{
color: #9FB3AA;
}
</style>
background-color css
<style>
a { background-color: #9FB3AA; }
a { background-color: rgb(159,179,170); }
div.DivClassName
{
background-color: #9FB3AA;
}
.BgClassName
{
background-color: #9FB3AA;
}
</style>
border-color css
<style>
span { border-color: #9FB3AA; }
span { border-color: rgb(159,179,170); }
td.TdClassName
{
border-color: #9FB3AA;
}
.TagClassName
{
border-color: #9FB3AA;
}
</style>