Shades of Skeptic #93BBA9
Tints of Skeptic #93BBA9
RGB
CMYK
RGB Variations
Color information
#93BBA9 (or 0x93BBA9) is known color: Skeptic. HEX triplet: 93, BB and A9. RGB value is (147,187,169). Sum of RGB (Red+Green+Blue) = 147+187+169=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BBA9 is #6C4456. Grayscale: #ADADAD. Windows color (decimal): -7095383 or 11123603. OLE color: 11123603.
HSL color Cylindrical-coordinate representation of color #93BBA9: hue angle of 153º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BBA9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 169 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.27 |
| HSL | 153º | 0.23% | 0.65% | - |
| HSV(B) | 153º | 0.21% | 0.73% | - |
| XYZ | 36.96 | 44.61 | 44.2 | - |
| YUV | 172.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 169 | 0.21 | 0 | 0.10 | 0.27 | 153 | 0.23 | 0.65 |
| Hex | 93 | BB | A9 | 15 | 0 | A | 1B | 99 | 17 | 41 |
| Octal | 223 | 273 | 251 | 25 | 0 | 12 | 33 | 231 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10101001 | 10101 | 0 | 1010 | 11011 | 10011001 | 10111 | 1000001 |
Color Harmonies of #93BBA9
Complementary color
Monochromatic Colors of #93BBA9
Black with #93BBA9
Text Example
Text Example
White with #93BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBA9; }
p { color: rgb(147,187,169); }
H1.HeaderClassName
{
color: #93BBA9;
}
.AnyTagClassName
{
color: #93BBA9;
}
</style>
background-color css
<style>
a { background-color: #93BBA9; }
a { background-color: rgb(147,187,169); }
div.DivClassName
{
background-color: #93BBA9;
}
.BgClassName
{
background-color: #93BBA9;
}
</style>
border-color css
<style>
span { border-color: #93BBA9; }
span { border-color: rgb(147,187,169); }
td.TdClassName
{
border-color: #93BBA9;
}
.TagClassName
{
border-color: #93BBA9;
}
</style>