Shades of Skeptic #93BCA8
Tints of Skeptic #93BCA8
RGB
CMYK
RGB Variations
Color information
#93BCA8 (or 0x93BCA8) is known color: Skeptic. HEX triplet: 93, BC and A8. RGB value is (147,188,168). Sum of RGB (Red+Green+Blue) = 147+188+168=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BCA8 is #6C4357. Grayscale: #ADADAD. Windows color (decimal): -7095128 or 11058323. OLE color: 11058323.
HSL color Cylindrical-coordinate representation of color #93BCA8: hue angle of 150.73º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCA8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 168 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.26 |
| HSL | 150.73º | 0.23% | 0.66% | - |
| HSV(B) | 150.73º | 0.22% | 0.74% | - |
| XYZ | 37.08 | 45 | 43.78 | - |
| YUV | 173.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 168 | 0.22 | 0 | 0.11 | 0.26 | 150.73 | 0.23 | 0.66 |
| Hex | 93 | BC | A8 | 16 | 0 | B | 1A | 97 | 17 | 42 |
| Octal | 223 | 274 | 250 | 26 | 0 | 13 | 32 | 227 | 27 | 102 |
| Binary | 10010011 | 10111100 | 10101000 | 10110 | 0 | 1011 | 11010 | 10010111 | 10111 | 1000010 |
Color Harmonies of #93BCA8
Complementary color
Monochromatic Colors of #93BCA8
Black with #93BCA8
Text Example
Text Example
White with #93BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCA8; }
p { color: rgb(147,188,168); }
H1.HeaderClassName
{
color: #93BCA8;
}
.AnyTagClassName
{
color: #93BCA8;
}
</style>
background-color css
<style>
a { background-color: #93BCA8; }
a { background-color: rgb(147,188,168); }
div.DivClassName
{
background-color: #93BCA8;
}
.BgClassName
{
background-color: #93BCA8;
}
</style>
border-color css
<style>
span { border-color: #93BCA8; }
span { border-color: rgb(147,188,168); }
td.TdClassName
{
border-color: #93BCA8;
}
.TagClassName
{
border-color: #93BCA8;
}
</style>