Shades of Skeptic #9DBDAE
Tints of Skeptic #9DBDAE
RGB
CMYK
RGB Variations
Color information
#9DBDAE (or 0x9DBDAE) is known color: Skeptic. HEX triplet: 9D, BD and AE. RGB value is (157,189,174). Sum of RGB (Red+Green+Blue) = 157+189+174=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDAE is #624251. Grayscale: #B1B1B1. Windows color (decimal): -6439506 or 11451805. OLE color: 11451805.
HSL color Cylindrical-coordinate representation of color #9DBDAE: hue angle of 151.88º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDAE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 174 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.26 |
| HSL | 151.88º | 0.2% | 0.68% | - |
| HSV(B) | 151.88º | 0.17% | 0.74% | - |
| XYZ | 39.74 | 46.62 | 46.95 | - |
| YUV | 177.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 174 | 0.17 | 0 | 0.08 | 0.26 | 151.88 | 0.2 | 0.68 |
| Hex | 9D | BD | AE | 11 | 0 | 8 | 1A | 98 | 14 | 44 |
| Octal | 235 | 275 | 256 | 21 | 0 | 10 | 32 | 230 | 24 | 104 |
| Binary | 10011101 | 10111101 | 10101110 | 10001 | 0 | 1000 | 11010 | 10011000 | 10100 | 1000100 |
Color Harmonies of #9DBDAE
Complementary color
Monochromatic Colors of #9DBDAE
Black with #9DBDAE
Text Example
Text Example
White with #9DBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDAE; }
p { color: rgb(157,189,174); }
H1.HeaderClassName
{
color: #9DBDAE;
}
.AnyTagClassName
{
color: #9DBDAE;
}
</style>
background-color css
<style>
a { background-color: #9DBDAE; }
a { background-color: rgb(157,189,174); }
div.DivClassName
{
background-color: #9DBDAE;
}
.BgClassName
{
background-color: #9DBDAE;
}
</style>
border-color css
<style>
span { border-color: #9DBDAE; }
span { border-color: rgb(157,189,174); }
td.TdClassName
{
border-color: #9DBDAE;
}
.TagClassName
{
border-color: #9DBDAE;
}
</style>