Shades of Skeptic #8FBCA8
Tints of Skeptic #8FBCA8
RGB
CMYK
RGB Variations
Color information
#8FBCA8 (or 0x8FBCA8) is known color: Skeptic. HEX triplet: 8F, BC and A8. RGB value is (143,188,168). Sum of RGB (Red+Green+Blue) = 143+188+168=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCA8 is #704357. Grayscale: #ACACAC. Windows color (decimal): -7357272 or 11058319. OLE color: 11058319.
HSL color Cylindrical-coordinate representation of color #8FBCA8: hue angle of 153.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 #8FBCA8 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 168 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.26 |
| HSL | 153.33º | 0.25% | 0.65% | - |
| HSV(B) | 153.33º | 0.24% | 0.74% | - |
| XYZ | 36.38 | 44.63 | 43.74 | - |
| YUV | 172.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 168 | 0.24 | 0 | 0.11 | 0.26 | 153.33 | 0.25 | 0.65 |
| Hex | 8F | BC | A8 | 18 | 0 | B | 1A | 99 | 19 | 41 |
| Octal | 217 | 274 | 250 | 30 | 0 | 13 | 32 | 231 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10101000 | 11000 | 0 | 1011 | 11010 | 10011001 | 11001 | 1000001 |
Color Harmonies of #8FBCA8
Complementary color
Monochromatic Colors of #8FBCA8
Black with #8FBCA8
Text Example
Text Example
White with #8FBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCA8; }
p { color: rgb(143,188,168); }
H1.HeaderClassName
{
color: #8FBCA8;
}
.AnyTagClassName
{
color: #8FBCA8;
}
</style>
background-color css
<style>
a { background-color: #8FBCA8; }
a { background-color: rgb(143,188,168); }
div.DivClassName
{
background-color: #8FBCA8;
}
.BgClassName
{
background-color: #8FBCA8;
}
</style>
border-color css
<style>
span { border-color: #8FBCA8; }
span { border-color: rgb(143,188,168); }
td.TdClassName
{
border-color: #8FBCA8;
}
.TagClassName
{
border-color: #8FBCA8;
}
</style>