Shades of Skeptic #99B0A8
Tints of Skeptic #99B0A8
RGB
CMYK
RGB Variations
Color information
#99B0A8 (or 0x99B0A8) is known color: Skeptic. HEX triplet: 99, B0 and A8. RGB value is (153,176,168). Sum of RGB (Red+Green+Blue) = 153+176+168=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0A8 is #664F57. Grayscale: #A8A8A8. Windows color (decimal): -6704984 or 11055257. OLE color: 11055257.
HSL color Cylindrical-coordinate representation of color #99B0A8: hue angle of 159.13º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99B0A8 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 168 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.31 |
| HSL | 159.13º | 0.13% | 0.65% | - |
| HSV(B) | 159.13º | 0.13% | 0.69% | - |
| XYZ | 35.73 | 40.65 | 43.01 | - |
| YUV | 168.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 168 | 0.13 | 0 | 0.05 | 0.31 | 159.13 | 0.13 | 0.65 |
| Hex | 99 | B0 | A8 | D | 0 | 5 | 1F | 9F | D | 41 |
| Octal | 231 | 260 | 250 | 15 | 0 | 5 | 37 | 237 | 15 | 101 |
| Binary | 10011001 | 10110000 | 10101000 | 1101 | 0 | 101 | 11111 | 10011111 | 1101 | 1000001 |
Color Harmonies of #99B0A8
Complementary color
Monochromatic Colors of #99B0A8
Black with #99B0A8
Text Example
Text Example
White with #99B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0A8; }
p { color: rgb(153,176,168); }
H1.HeaderClassName
{
color: #99B0A8;
}
.AnyTagClassName
{
color: #99B0A8;
}
</style>
background-color css
<style>
a { background-color: #99B0A8; }
a { background-color: rgb(153,176,168); }
div.DivClassName
{
background-color: #99B0A8;
}
.BgClassName
{
background-color: #99B0A8;
}
</style>
border-color css
<style>
span { border-color: #99B0A8; }
span { border-color: rgb(153,176,168); }
td.TdClassName
{
border-color: #99B0A8;
}
.TagClassName
{
border-color: #99B0A8;
}
</style>