Shades of Skeptic #99B1A8
Tints of Skeptic #99B1A8
RGB
CMYK
RGB Variations
Color information
#99B1A8 (or 0x99B1A8) is known color: Skeptic. HEX triplet: 99, B1 and A8. RGB value is (153,177,168). Sum of RGB (Red+Green+Blue) = 153+177+168=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #99B1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B1A8 is #664E57. Grayscale: #A8A8A8. Windows color (decimal): -6704728 or 11055513. OLE color: 11055513.
HSL color Cylindrical-coordinate representation of color #99B1A8: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B1A8 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 168 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.31 |
| HSL | 157.5º | 0.13% | 0.65% | - |
| HSV(B) | 157.5º | 0.14% | 0.69% | - |
| XYZ | 35.93 | 41.04 | 43.07 | - |
| YUV | 168.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 168 | 0.14 | 0 | 0.05 | 0.31 | 157.5 | 0.13 | 0.65 |
| Hex | 99 | B1 | A8 | E | 0 | 5 | 1F | 9E | D | 41 |
| Octal | 231 | 261 | 250 | 16 | 0 | 5 | 37 | 236 | 15 | 101 |
| Binary | 10011001 | 10110001 | 10101000 | 1110 | 0 | 101 | 11111 | 10011110 | 1101 | 1000001 |
Color Harmonies of #99B1A8
Complementary color
Monochromatic Colors of #99B1A8
Black with #99B1A8
Text Example
Text Example
White with #99B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B1A8; }
p { color: rgb(153,177,168); }
H1.HeaderClassName
{
color: #99B1A8;
}
.AnyTagClassName
{
color: #99B1A8;
}
</style>
background-color css
<style>
a { background-color: #99B1A8; }
a { background-color: rgb(153,177,168); }
div.DivClassName
{
background-color: #99B1A8;
}
.BgClassName
{
background-color: #99B1A8;
}
</style>
border-color css
<style>
span { border-color: #99B1A8; }
span { border-color: rgb(153,177,168); }
td.TdClassName
{
border-color: #99B1A8;
}
.TagClassName
{
border-color: #99B1A8;
}
</style>