Shades of Skeptic #8CBBA6
Tints of Skeptic #8CBBA6
RGB
CMYK
RGB Variations
Color information
#8CBBA6 (or 0x8CBBA6) is known color: Skeptic. HEX triplet: 8C, BB and A6. RGB value is (140,187,166). Sum of RGB (Red+Green+Blue) = 140+187+166=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBA6 is #734459. Grayscale: #AAAAAA. Windows color (decimal): -7554138 or 10926988. OLE color: 10926988.
HSL color Cylindrical-coordinate representation of color #8CBBA6: hue angle of 153.19º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBBA6 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 166 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.27 |
| HSL | 153.19º | 0.26% | 0.64% | - |
| HSV(B) | 153.19º | 0.25% | 0.73% | - |
| XYZ | 35.47 | 43.87 | 42.67 | - |
| YUV | 170.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 166 | 0.25 | 0 | 0.11 | 0.27 | 153.19 | 0.26 | 0.64 |
| Hex | 8C | BB | A6 | 19 | 0 | B | 1B | 99 | 1A | 40 |
| Octal | 214 | 273 | 246 | 31 | 0 | 13 | 33 | 231 | 32 | 100 |
| Binary | 10001100 | 10111011 | 10100110 | 11001 | 0 | 1011 | 11011 | 10011001 | 11010 | 1000000 |
Color Harmonies of #8CBBA6
Complementary color
Monochromatic Colors of #8CBBA6
Black with #8CBBA6
Text Example
Text Example
White with #8CBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBA6; }
p { color: rgb(140,187,166); }
H1.HeaderClassName
{
color: #8CBBA6;
}
.AnyTagClassName
{
color: #8CBBA6;
}
</style>
background-color css
<style>
a { background-color: #8CBBA6; }
a { background-color: rgb(140,187,166); }
div.DivClassName
{
background-color: #8CBBA6;
}
.BgClassName
{
background-color: #8CBBA6;
}
</style>
border-color css
<style>
span { border-color: #8CBBA6; }
span { border-color: rgb(140,187,166); }
td.TdClassName
{
border-color: #8CBBA6;
}
.TagClassName
{
border-color: #8CBBA6;
}
</style>