Shades of Skeptic #8CBCA6
Tints of Skeptic #8CBCA6
RGB
CMYK
RGB Variations
Color information
#8CBCA6 (or 0x8CBCA6) is known color: Skeptic. HEX triplet: 8C, BC and A6. RGB value is (140,188,166). Sum of RGB (Red+Green+Blue) = 140+188+166=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCA6 is #734359. Grayscale: #ABABAB. Windows color (decimal): -7553882 or 10927244. OLE color: 10927244.
HSL color Cylindrical-coordinate representation of color #8CBCA6: hue angle of 152.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCA6 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 166 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.26 |
| HSL | 152.5º | 0.26% | 0.64% | - |
| HSV(B) | 152.5º | 0.26% | 0.74% | - |
| XYZ | 35.68 | 44.3 | 42.75 | - |
| YUV | 171.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 166 | 0.26 | 0 | 0.12 | 0.26 | 152.5 | 0.26 | 0.64 |
| Hex | 8C | BC | A6 | 1A | 0 | C | 1A | 98 | 1A | 40 |
| Octal | 214 | 274 | 246 | 32 | 0 | 14 | 32 | 230 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10100110 | 11010 | 0 | 1100 | 11010 | 10011000 | 11010 | 1000000 |
Color Harmonies of #8CBCA6
Complementary color
Monochromatic Colors of #8CBCA6
Black with #8CBCA6
Text Example
Text Example
White with #8CBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCA6; }
p { color: rgb(140,188,166); }
H1.HeaderClassName
{
color: #8CBCA6;
}
.AnyTagClassName
{
color: #8CBCA6;
}
</style>
background-color css
<style>
a { background-color: #8CBCA6; }
a { background-color: rgb(140,188,166); }
div.DivClassName
{
background-color: #8CBCA6;
}
.BgClassName
{
background-color: #8CBCA6;
}
</style>
border-color css
<style>
span { border-color: #8CBCA6; }
span { border-color: rgb(140,188,166); }
td.TdClassName
{
border-color: #8CBCA6;
}
.TagClassName
{
border-color: #8CBCA6;
}
</style>