Shades of Skeptic #9BB8AB
Tints of Skeptic #9BB8AB
RGB
CMYK
RGB Variations
Color information
#9BB8AB (or 0x9BB8AB) is known color: Skeptic. HEX triplet: 9B, B8 and AB. RGB value is (155,184,171). Sum of RGB (Red+Green+Blue) = 155+184+171=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB8AB is #644754. Grayscale: #ADADAD. Windows color (decimal): -6571861 or 11253915. OLE color: 11253915.
HSL color Cylindrical-coordinate representation of color #9BB8AB: hue angle of 153.1º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BB8AB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 171 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.28 |
| HSL | 153.1º | 0.17% | 0.66% | - |
| HSV(B) | 153.1º | 0.16% | 0.72% | - |
| XYZ | 38.01 | 44.19 | 45.05 | - |
| YUV | 173.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 171 | 0.16 | 0 | 0.07 | 0.28 | 153.1 | 0.17 | 0.66 |
| Hex | 9B | B8 | AB | 10 | 0 | 7 | 1C | 99 | 11 | 42 |
| Octal | 233 | 270 | 253 | 20 | 0 | 7 | 34 | 231 | 21 | 102 |
| Binary | 10011011 | 10111000 | 10101011 | 10000 | 0 | 111 | 11100 | 10011001 | 10001 | 1000010 |
Color Harmonies of #9BB8AB
Complementary color
Monochromatic Colors of #9BB8AB
Black with #9BB8AB
Text Example
Text Example
White with #9BB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8AB; }
p { color: rgb(155,184,171); }
H1.HeaderClassName
{
color: #9BB8AB;
}
.AnyTagClassName
{
color: #9BB8AB;
}
</style>
background-color css
<style>
a { background-color: #9BB8AB; }
a { background-color: rgb(155,184,171); }
div.DivClassName
{
background-color: #9BB8AB;
}
.BgClassName
{
background-color: #9BB8AB;
}
</style>
border-color css
<style>
span { border-color: #9BB8AB; }
span { border-color: rgb(155,184,171); }
td.TdClassName
{
border-color: #9BB8AB;
}
.TagClassName
{
border-color: #9BB8AB;
}
</style>