Shades of Sinbad #9DD7D1
Tints of Sinbad #9DD7D1
RGB
CMYK
RGB Variations
Color information
#9DD7D1 (or 0x9DD7D1) is known color: Sinbad. HEX triplet: 9D, D7 and D1. RGB value is (157,215,209). Sum of RGB (Red+Green+Blue) = 157+215+209=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7D1 is #62282E. Grayscale: #C4C4C4. Windows color (decimal): -6432815 or 13752221. OLE color: 13752221.
HSL color Cylindrical-coordinate representation of color #9DD7D1: hue angle of 173.79º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD7D1 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 209 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.16 |
| HSL | 173.79º | 0.42% | 0.73% | - |
| HSV(B) | 173.79º | 0.27% | 0.84% | - |
| XYZ | 49.71 | 60.37 | 69.35 | - |
| YUV | 196.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 209 | 0.27 | 0 | 0.03 | 0.16 | 173.79 | 0.42 | 0.73 |
| Hex | 9D | D7 | D1 | 1B | 0 | 3 | 10 | AE | 2A | 49 |
| Octal | 235 | 327 | 321 | 33 | 0 | 3 | 20 | 256 | 52 | 111 |
| Binary | 10011101 | 11010111 | 11010001 | 11011 | 0 | 11 | 10000 | 10101110 | 101010 | 1001001 |
Color Harmonies of #9DD7D1
Complementary color
Monochromatic Colors of #9DD7D1
Black with #9DD7D1
Text Example
Text Example
White with #9DD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7D1; }
p { color: rgb(157,215,209); }
H1.HeaderClassName
{
color: #9DD7D1;
}
.AnyTagClassName
{
color: #9DD7D1;
}
</style>
background-color css
<style>
a { background-color: #9DD7D1; }
a { background-color: rgb(157,215,209); }
div.DivClassName
{
background-color: #9DD7D1;
}
.BgClassName
{
background-color: #9DD7D1;
}
</style>
border-color css
<style>
span { border-color: #9DD7D1; }
span { border-color: rgb(157,215,209); }
td.TdClassName
{
border-color: #9DD7D1;
}
.TagClassName
{
border-color: #9DD7D1;
}
</style>