Shades of Skeptic #9ABDAD
Tints of Skeptic #9ABDAD
RGB
CMYK
RGB Variations
Color information
#9ABDAD (or 0x9ABDAD) is known color: Skeptic. HEX triplet: 9A, BD and AD. RGB value is (154,189,173). Sum of RGB (Red+Green+Blue) = 154+189+173=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABDAD is #654252. Grayscale: #B0B0B0. Windows color (decimal): -6636115 or 11386266. OLE color: 11386266.
HSL color Cylindrical-coordinate representation of color #9ABDAD: hue angle of 152.57º 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 #9ABDAD is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 173 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.26 |
| HSL | 152.57º | 0.21% | 0.67% | - |
| HSV(B) | 152.57º | 0.19% | 0.74% | - |
| XYZ | 39.07 | 46.28 | 46.41 | - |
| YUV | 176.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 173 | 0.19 | 0 | 0.08 | 0.26 | 152.57 | 0.21 | 0.67 |
| Hex | 9A | BD | AD | 13 | 0 | 8 | 1A | 99 | 15 | 43 |
| Octal | 232 | 275 | 255 | 23 | 0 | 10 | 32 | 231 | 25 | 103 |
| Binary | 10011010 | 10111101 | 10101101 | 10011 | 0 | 1000 | 11010 | 10011001 | 10101 | 1000011 |
Color Harmonies of #9ABDAD
Complementary color
Monochromatic Colors of #9ABDAD
Black with #9ABDAD
Text Example
Text Example
White with #9ABDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDAD; }
p { color: rgb(154,189,173); }
H1.HeaderClassName
{
color: #9ABDAD;
}
.AnyTagClassName
{
color: #9ABDAD;
}
</style>
background-color css
<style>
a { background-color: #9ABDAD; }
a { background-color: rgb(154,189,173); }
div.DivClassName
{
background-color: #9ABDAD;
}
.BgClassName
{
background-color: #9ABDAD;
}
</style>
border-color css
<style>
span { border-color: #9ABDAD; }
span { border-color: rgb(154,189,173); }
td.TdClassName
{
border-color: #9ABDAD;
}
.TagClassName
{
border-color: #9ABDAD;
}
</style>