Shades of Skeptic #8FBCAB
Tints of Skeptic #8FBCAB
RGB
CMYK
RGB Variations
Color information
#8FBCAB (or 0x8FBCAB) is known color: Skeptic. HEX triplet: 8F, BC and AB. RGB value is (143,188,171). Sum of RGB (Red+Green+Blue) = 143+188+171=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCAB is #704354. Grayscale: #ACACAC. Windows color (decimal): -7357269 or 11254927. OLE color: 11254927.
HSL color Cylindrical-coordinate representation of color #8FBCAB: hue angle of 157.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCAB is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 171 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.26 |
| HSL | 157.33º | 0.25% | 0.65% | - |
| HSV(B) | 157.33º | 0.24% | 0.74% | - |
| XYZ | 36.66 | 44.75 | 45.23 | - |
| YUV | 172.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 171 | 0.24 | 0 | 0.09 | 0.26 | 157.33 | 0.25 | 0.65 |
| Hex | 8F | BC | AB | 18 | 0 | 9 | 1A | 9D | 19 | 41 |
| Octal | 217 | 274 | 253 | 30 | 0 | 11 | 32 | 235 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10101011 | 11000 | 0 | 1001 | 11010 | 10011101 | 11001 | 1000001 |
Color Harmonies of #8FBCAB
Complementary color
Monochromatic Colors of #8FBCAB
Black with #8FBCAB
Text Example
Text Example
White with #8FBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCAB; }
p { color: rgb(143,188,171); }
H1.HeaderClassName
{
color: #8FBCAB;
}
.AnyTagClassName
{
color: #8FBCAB;
}
</style>
background-color css
<style>
a { background-color: #8FBCAB; }
a { background-color: rgb(143,188,171); }
div.DivClassName
{
background-color: #8FBCAB;
}
.BgClassName
{
background-color: #8FBCAB;
}
</style>
border-color css
<style>
span { border-color: #8FBCAB; }
span { border-color: rgb(143,188,171); }
td.TdClassName
{
border-color: #8FBCAB;
}
.TagClassName
{
border-color: #8FBCAB;
}
</style>