Shades of Skeptic #9BB8AD
Tints of Skeptic #9BB8AD
RGB
CMYK
RGB Variations
Color information
#9BB8AD (or 0x9BB8AD) is known color: Skeptic. HEX triplet: 9B, B8 and AD. RGB value is (155,184,173). Sum of RGB (Red+Green+Blue) = 155+184+173=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB8AD is #644752. Grayscale: #AEAEAE. Windows color (decimal): -6571859 or 11384987. OLE color: 11384987.
HSL color Cylindrical-coordinate representation of color #9BB8AD: hue angle of 157.24º 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 #9BB8AD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 173 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.28 |
| HSL | 157.24º | 0.17% | 0.66% | - |
| HSV(B) | 157.24º | 0.16% | 0.72% | - |
| XYZ | 38.2 | 44.27 | 46.07 | - |
| YUV | 174.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 173 | 0.16 | 0 | 0.06 | 0.28 | 157.24 | 0.17 | 0.66 |
| Hex | 9B | B8 | AD | 10 | 0 | 6 | 1C | 9D | 11 | 42 |
| Octal | 233 | 270 | 255 | 20 | 0 | 6 | 34 | 235 | 21 | 102 |
| Binary | 10011011 | 10111000 | 10101101 | 10000 | 0 | 110 | 11100 | 10011101 | 10001 | 1000010 |
Color Harmonies of #9BB8AD
Complementary color
Monochromatic Colors of #9BB8AD
Black with #9BB8AD
Text Example
Text Example
White with #9BB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8AD; }
p { color: rgb(155,184,173); }
H1.HeaderClassName
{
color: #9BB8AD;
}
.AnyTagClassName
{
color: #9BB8AD;
}
</style>
background-color css
<style>
a { background-color: #9BB8AD; }
a { background-color: rgb(155,184,173); }
div.DivClassName
{
background-color: #9BB8AD;
}
.BgClassName
{
background-color: #9BB8AD;
}
</style>
border-color css
<style>
span { border-color: #9BB8AD; }
span { border-color: rgb(155,184,173); }
td.TdClassName
{
border-color: #9BB8AD;
}
.TagClassName
{
border-color: #9BB8AD;
}
</style>