Shades of Skeptic #9ABDA8
Tints of Skeptic #9ABDA8
RGB
CMYK
RGB Variations
Color information
#9ABDA8 (or 0x9ABDA8) is known color: Skeptic. HEX triplet: 9A, BD and A8. RGB value is (154,189,168). Sum of RGB (Red+Green+Blue) = 154+189+168=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABDA8 is #654257. Grayscale: #B0B0B0. Windows color (decimal): -6636120 or 11058586. OLE color: 11058586.
HSL color Cylindrical-coordinate representation of color #9ABDA8: hue angle of 144º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABDA8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 168 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.26 |
| HSL | 144º | 0.21% | 0.67% | - |
| HSV(B) | 144º | 0.19% | 0.74% | - |
| XYZ | 38.59 | 46.09 | 43.91 | - |
| YUV | 176.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 168 | 0.19 | 0 | 0.11 | 0.26 | 144 | 0.21 | 0.67 |
| Hex | 9A | BD | A8 | 13 | 0 | B | 1A | 90 | 15 | 43 |
| Octal | 232 | 275 | 250 | 23 | 0 | 13 | 32 | 220 | 25 | 103 |
| Binary | 10011010 | 10111101 | 10101000 | 10011 | 0 | 1011 | 11010 | 10010000 | 10101 | 1000011 |
Color Harmonies of #9ABDA8
Complementary color
Monochromatic Colors of #9ABDA8
Black with #9ABDA8
Text Example
Text Example
White with #9ABDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDA8; }
p { color: rgb(154,189,168); }
H1.HeaderClassName
{
color: #9ABDA8;
}
.AnyTagClassName
{
color: #9ABDA8;
}
</style>
background-color css
<style>
a { background-color: #9ABDA8; }
a { background-color: rgb(154,189,168); }
div.DivClassName
{
background-color: #9ABDA8;
}
.BgClassName
{
background-color: #9ABDA8;
}
</style>
border-color css
<style>
span { border-color: #9ABDA8; }
span { border-color: rgb(154,189,168); }
td.TdClassName
{
border-color: #9ABDA8;
}
.TagClassName
{
border-color: #9ABDA8;
}
</style>