Shades of Skeptic #8DBCA8
Tints of Skeptic #8DBCA8
RGB
CMYK
RGB Variations
Color information
#8DBCA8 (or 0x8DBCA8) is known color: Skeptic. HEX triplet: 8D, BC and A8. RGB value is (141,188,168). Sum of RGB (Red+Green+Blue) = 141+188+168=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBCA8 is #724357. Grayscale: #ABABAB. Windows color (decimal): -7488344 or 11058317. OLE color: 11058317.
HSL color Cylindrical-coordinate representation of color #8DBCA8: hue angle of 154.47º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBCA8 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 168 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.26 |
| HSL | 154.47º | 0.26% | 0.65% | - |
| HSV(B) | 154.47º | 0.25% | 0.74% | - |
| XYZ | 36.04 | 44.46 | 43.73 | - |
| YUV | 171.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 168 | 0.25 | 0 | 0.11 | 0.26 | 154.47 | 0.26 | 0.65 |
| Hex | 8D | BC | A8 | 19 | 0 | B | 1A | 9A | 1A | 41 |
| Octal | 215 | 274 | 250 | 31 | 0 | 13 | 32 | 232 | 32 | 101 |
| Binary | 10001101 | 10111100 | 10101000 | 11001 | 0 | 1011 | 11010 | 10011010 | 11010 | 1000001 |
Color Harmonies of #8DBCA8
Complementary color
Monochromatic Colors of #8DBCA8
Black with #8DBCA8
Text Example
Text Example
White with #8DBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCA8; }
p { color: rgb(141,188,168); }
H1.HeaderClassName
{
color: #8DBCA8;
}
.AnyTagClassName
{
color: #8DBCA8;
}
</style>
background-color css
<style>
a { background-color: #8DBCA8; }
a { background-color: rgb(141,188,168); }
div.DivClassName
{
background-color: #8DBCA8;
}
.BgClassName
{
background-color: #8DBCA8;
}
</style>
border-color css
<style>
span { border-color: #8DBCA8; }
span { border-color: rgb(141,188,168); }
td.TdClassName
{
border-color: #8DBCA8;
}
.TagClassName
{
border-color: #8DBCA8;
}
</style>