Shades of Skeptic #9DBBAE
Tints of Skeptic #9DBBAE
RGB
CMYK
RGB Variations
Color information
#9DBBAE (or 0x9DBBAE) is known color: Skeptic. HEX triplet: 9D, BB and AE. RGB value is (157,187,174). Sum of RGB (Red+Green+Blue) = 157+187+174=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBAE is #624451. Grayscale: #B0B0B0. Windows color (decimal): -6440018 or 11451293. OLE color: 11451293.
HSL color Cylindrical-coordinate representation of color #9DBBAE: hue angle of 154º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBAE is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 174 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.27 |
| HSL | 154º | 0.18% | 0.67% | - |
| HSV(B) | 154º | 0.16% | 0.73% | - |
| XYZ | 39.31 | 45.76 | 46.81 | - |
| YUV | 176.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 174 | 0.16 | 0 | 0.07 | 0.27 | 154 | 0.18 | 0.67 |
| Hex | 9D | BB | AE | 10 | 0 | 7 | 1B | 9A | 12 | 43 |
| Octal | 235 | 273 | 256 | 20 | 0 | 7 | 33 | 232 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10101110 | 10000 | 0 | 111 | 11011 | 10011010 | 10010 | 1000011 |
Color Harmonies of #9DBBAE
Complementary color
Monochromatic Colors of #9DBBAE
Black with #9DBBAE
Text Example
Text Example
White with #9DBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBAE; }
p { color: rgb(157,187,174); }
H1.HeaderClassName
{
color: #9DBBAE;
}
.AnyTagClassName
{
color: #9DBBAE;
}
</style>
background-color css
<style>
a { background-color: #9DBBAE; }
a { background-color: rgb(157,187,174); }
div.DivClassName
{
background-color: #9DBBAE;
}
.BgClassName
{
background-color: #9DBBAE;
}
</style>
border-color css
<style>
span { border-color: #9DBBAE; }
span { border-color: rgb(157,187,174); }
td.TdClassName
{
border-color: #9DBBAE;
}
.TagClassName
{
border-color: #9DBBAE;
}
</style>