Shades of Skeptic #9BB1A9
Tints of Skeptic #9BB1A9
RGB
CMYK
RGB Variations
Color information
#9BB1A9 (or 0x9BB1A9) is known color: Skeptic. HEX triplet: 9B, B1 and A9. RGB value is (155,177,169). Sum of RGB (Red+Green+Blue) = 155+177+169=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB1A9 is #644E56. Grayscale: #A9A9A9. Windows color (decimal): -6573655 or 11121051. OLE color: 11121051.
HSL color Cylindrical-coordinate representation of color #9BB1A9: hue angle of 158.18º 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 #9BB1A9 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 169 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.31 |
| HSL | 158.18º | 0.12% | 0.65% | - |
| HSV(B) | 158.18º | 0.12% | 0.69% | - |
| XYZ | 36.4 | 41.28 | 43.58 | - |
| YUV | 169.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 169 | 0.12 | 0 | 0.05 | 0.31 | 158.18 | 0.12 | 0.65 |
| Hex | 9B | B1 | A9 | C | 0 | 5 | 1F | 9E | C | 41 |
| Octal | 233 | 261 | 251 | 14 | 0 | 5 | 37 | 236 | 14 | 101 |
| Binary | 10011011 | 10110001 | 10101001 | 1100 | 0 | 101 | 11111 | 10011110 | 1100 | 1000001 |
Color Harmonies of #9BB1A9
Complementary color
Monochromatic Colors of #9BB1A9
Black with #9BB1A9
Text Example
Text Example
White with #9BB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1A9; }
p { color: rgb(155,177,169); }
H1.HeaderClassName
{
color: #9BB1A9;
}
.AnyTagClassName
{
color: #9BB1A9;
}
</style>
background-color css
<style>
a { background-color: #9BB1A9; }
a { background-color: rgb(155,177,169); }
div.DivClassName
{
background-color: #9BB1A9;
}
.BgClassName
{
background-color: #9BB1A9;
}
</style>
border-color css
<style>
span { border-color: #9BB1A9; }
span { border-color: rgb(155,177,169); }
td.TdClassName
{
border-color: #9BB1A9;
}
.TagClassName
{
border-color: #9BB1A9;
}
</style>