Shades of Skeptic #9BBBAF
Tints of Skeptic #9BBBAF
RGB
CMYK
RGB Variations
Color information
#9BBBAF (or 0x9BBBAF) is known color: Skeptic. HEX triplet: 9B, BB and AF. RGB value is (155,187,175). Sum of RGB (Red+Green+Blue) = 155+187+175=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBAF is #644450. Grayscale: #B0B0B0. Windows color (decimal): -6571089 or 11516827. OLE color: 11516827.
HSL color Cylindrical-coordinate representation of color #9BBBAF: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBBAF is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 175 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.27 |
| HSL | 157.5º | 0.19% | 0.67% | - |
| HSV(B) | 157.5º | 0.17% | 0.73% | - |
| XYZ | 39.03 | 45.6 | 47.3 | - |
| YUV | 176.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 175 | 0.17 | 0 | 0.06 | 0.27 | 157.5 | 0.19 | 0.67 |
| Hex | 9B | BB | AF | 11 | 0 | 6 | 1B | 9E | 13 | 43 |
| Octal | 233 | 273 | 257 | 21 | 0 | 6 | 33 | 236 | 23 | 103 |
| Binary | 10011011 | 10111011 | 10101111 | 10001 | 0 | 110 | 11011 | 10011110 | 10011 | 1000011 |
Color Harmonies of #9BBBAF
Complementary color
Monochromatic Colors of #9BBBAF
Black with #9BBBAF
Text Example
Text Example
White with #9BBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBAF; }
p { color: rgb(155,187,175); }
H1.HeaderClassName
{
color: #9BBBAF;
}
.AnyTagClassName
{
color: #9BBBAF;
}
</style>
background-color css
<style>
a { background-color: #9BBBAF; }
a { background-color: rgb(155,187,175); }
div.DivClassName
{
background-color: #9BBBAF;
}
.BgClassName
{
background-color: #9BBBAF;
}
</style>
border-color css
<style>
span { border-color: #9BBBAF; }
span { border-color: rgb(155,187,175); }
td.TdClassName
{
border-color: #9BBBAF;
}
.TagClassName
{
border-color: #9BBBAF;
}
</style>