Shades of Sinbad #9DD9CB
Tints of Sinbad #9DD9CB
RGB
CMYK
RGB Variations
Color information
#9DD9CB (or 0x9DD9CB) is known color: Sinbad. HEX triplet: 9D, D9 and CB. RGB value is (157,217,203). Sum of RGB (Red+Green+Blue) = 157+217+203=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9CB is #622634. Grayscale: #C5C5C5. Windows color (decimal): -6432309 or 13359517. OLE color: 13359517.
HSL color Cylindrical-coordinate representation of color #9DD9CB: hue angle of 166º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD9CB is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 203 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.15 |
| HSL | 166º | 0.44% | 0.73% | - |
| HSV(B) | 166º | 0.28% | 0.85% | - |
| XYZ | 49.5 | 61.11 | 65.69 | - |
| YUV | 197.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 203 | 0.28 | 0 | 0.06 | 0.15 | 166 | 0.44 | 0.73 |
| Hex | 9D | D9 | CB | 1C | 0 | 6 | F | A6 | 2C | 49 |
| Octal | 235 | 331 | 313 | 34 | 0 | 6 | 17 | 246 | 54 | 111 |
| Binary | 10011101 | 11011001 | 11001011 | 11100 | 0 | 110 | 1111 | 10100110 | 101100 | 1001001 |
Color Harmonies of #9DD9CB
Complementary color
Monochromatic Colors of #9DD9CB
Black with #9DD9CB
Text Example
Text Example
White with #9DD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9CB; }
p { color: rgb(157,217,203); }
H1.HeaderClassName
{
color: #9DD9CB;
}
.AnyTagClassName
{
color: #9DD9CB;
}
</style>
background-color css
<style>
a { background-color: #9DD9CB; }
a { background-color: rgb(157,217,203); }
div.DivClassName
{
background-color: #9DD9CB;
}
.BgClassName
{
background-color: #9DD9CB;
}
</style>
border-color css
<style>
span { border-color: #9DD9CB; }
span { border-color: rgb(157,217,203); }
td.TdClassName
{
border-color: #9DD9CB;
}
.TagClassName
{
border-color: #9DD9CB;
}
</style>