Shades of Skeptic #8DBDA8
Tints of Skeptic #8DBDA8
RGB
CMYK
RGB Variations
Color information
#8DBDA8 (or 0x8DBDA8) is known color: Skeptic. HEX triplet: 8D, BD and A8. RGB value is (141,189,168). Sum of RGB (Red+Green+Blue) = 141+189+168=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBDA8 is #724257. Grayscale: #ACACAC. Windows color (decimal): -7488088 or 11058573. OLE color: 11058573.
HSL color Cylindrical-coordinate representation of color #8DBDA8: hue angle of 153.75º degrees, saturation: 0.27, 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 #8DBDA8 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 168 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.26 |
| HSL | 153.75º | 0.27% | 0.65% | - |
| HSV(B) | 153.75º | 0.25% | 0.74% | - |
| XYZ | 36.25 | 44.89 | 43.8 | - |
| YUV | 172.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 168 | 0.25 | 0 | 0.11 | 0.26 | 153.75 | 0.27 | 0.65 |
| Hex | 8D | BD | A8 | 19 | 0 | B | 1A | 9A | 1B | 41 |
| Octal | 215 | 275 | 250 | 31 | 0 | 13 | 32 | 232 | 33 | 101 |
| Binary | 10001101 | 10111101 | 10101000 | 11001 | 0 | 1011 | 11010 | 10011010 | 11011 | 1000001 |
Color Harmonies of #8DBDA8
Complementary color
Monochromatic Colors of #8DBDA8
Black with #8DBDA8
Text Example
Text Example
White with #8DBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDA8; }
p { color: rgb(141,189,168); }
H1.HeaderClassName
{
color: #8DBDA8;
}
.AnyTagClassName
{
color: #8DBDA8;
}
</style>
background-color css
<style>
a { background-color: #8DBDA8; }
a { background-color: rgb(141,189,168); }
div.DivClassName
{
background-color: #8DBDA8;
}
.BgClassName
{
background-color: #8DBDA8;
}
</style>
border-color css
<style>
span { border-color: #8DBDA8; }
span { border-color: rgb(141,189,168); }
td.TdClassName
{
border-color: #8DBDA8;
}
.TagClassName
{
border-color: #8DBDA8;
}
</style>