Shades of Skeptic #9BB0A9
Tints of Skeptic #9BB0A9
RGB
CMYK
RGB Variations
Color information
#9BB0A9 (or 0x9BB0A9) is known color: Skeptic. HEX triplet: 9B, B0 and A9. RGB value is (155,176,169). Sum of RGB (Red+Green+Blue) = 155+176+169=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0A9 is #644F56. Grayscale: #A8A8A8. Windows color (decimal): -6573911 or 11120795. OLE color: 11120795.
HSL color Cylindrical-coordinate representation of color #9BB0A9: hue angle of 160º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB0A9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 169 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.31 |
| HSL | 160º | 0.12% | 0.65% | - |
| HSV(B) | 160º | 0.12% | 0.69% | - |
| XYZ | 36.2 | 40.88 | 43.52 | - |
| YUV | 168.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 169 | 0.12 | 0 | 0.04 | 0.31 | 160 | 0.12 | 0.65 |
| Hex | 9B | B0 | A9 | C | 0 | 4 | 1F | A0 | C | 41 |
| Octal | 233 | 260 | 251 | 14 | 0 | 4 | 37 | 240 | 14 | 101 |
| Binary | 10011011 | 10110000 | 10101001 | 1100 | 0 | 100 | 11111 | 10100000 | 1100 | 1000001 |
Color Harmonies of #9BB0A9
Complementary color
Monochromatic Colors of #9BB0A9
Black with #9BB0A9
Text Example
Text Example
White with #9BB0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0A9; }
p { color: rgb(155,176,169); }
H1.HeaderClassName
{
color: #9BB0A9;
}
.AnyTagClassName
{
color: #9BB0A9;
}
</style>
background-color css
<style>
a { background-color: #9BB0A9; }
a { background-color: rgb(155,176,169); }
div.DivClassName
{
background-color: #9BB0A9;
}
.BgClassName
{
background-color: #9BB0A9;
}
</style>
border-color css
<style>
span { border-color: #9BB0A9; }
span { border-color: rgb(155,176,169); }
td.TdClassName
{
border-color: #9BB0A9;
}
.TagClassName
{
border-color: #9BB0A9;
}
</style>