Shades of Skeptic #9BBBA8
Tints of Skeptic #9BBBA8
RGB
CMYK
RGB Variations
Color information
#9BBBA8 (or 0x9BBBA8) is known color: Skeptic. HEX triplet: 9B, BB and A8. RGB value is (155,187,168). Sum of RGB (Red+Green+Blue) = 155+187+168=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBA8 is #644457. Grayscale: #AFAFAF. Windows color (decimal): -6571096 or 11058075. OLE color: 11058075.
HSL color Cylindrical-coordinate representation of color #9BBBA8: hue angle of 144.38º 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 #9BBBA8 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 168 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.27 |
| HSL | 144.38º | 0.19% | 0.67% | - |
| HSV(B) | 144.38º | 0.17% | 0.73% | - |
| XYZ | 38.36 | 45.34 | 43.78 | - |
| YUV | 175.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 168 | 0.17 | 0 | 0.10 | 0.27 | 144.38 | 0.19 | 0.67 |
| Hex | 9B | BB | A8 | 11 | 0 | A | 1B | 90 | 13 | 43 |
| Octal | 233 | 273 | 250 | 21 | 0 | 12 | 33 | 220 | 23 | 103 |
| Binary | 10011011 | 10111011 | 10101000 | 10001 | 0 | 1010 | 11011 | 10010000 | 10011 | 1000011 |
Color Harmonies of #9BBBA8
Complementary color
Monochromatic Colors of #9BBBA8
Black with #9BBBA8
Text Example
Text Example
White with #9BBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBA8; }
p { color: rgb(155,187,168); }
H1.HeaderClassName
{
color: #9BBBA8;
}
.AnyTagClassName
{
color: #9BBBA8;
}
</style>
background-color css
<style>
a { background-color: #9BBBA8; }
a { background-color: rgb(155,187,168); }
div.DivClassName
{
background-color: #9BBBA8;
}
.BgClassName
{
background-color: #9BBBA8;
}
</style>
border-color css
<style>
span { border-color: #9BBBA8; }
span { border-color: rgb(155,187,168); }
td.TdClassName
{
border-color: #9BBBA8;
}
.TagClassName
{
border-color: #9BBBA8;
}
</style>