Shades of Sinbad #9DD9CE
Tints of Sinbad #9DD9CE
RGB
CMYK
RGB Variations
Color information
#9DD9CE (or 0x9DD9CE) is known color: Sinbad. HEX triplet: 9D, D9 and CE. RGB value is (157,217,206). Sum of RGB (Red+Green+Blue) = 157+217+206=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9CE is #622631. Grayscale: #C5C5C5. Windows color (decimal): -6432306 or 13556125. OLE color: 13556125.
HSL color Cylindrical-coordinate representation of color #9DD9CE: hue angle of 169º 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 #9DD9CE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 206 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.15 |
| HSL | 169º | 0.44% | 0.73% | - |
| HSV(B) | 169º | 0.28% | 0.85% | - |
| XYZ | 49.86 | 61.25 | 67.59 | - |
| YUV | 197.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 206 | 0.28 | 0 | 0.05 | 0.15 | 169 | 0.44 | 0.73 |
| Hex | 9D | D9 | CE | 1C | 0 | 5 | F | A9 | 2C | 49 |
| Octal | 235 | 331 | 316 | 34 | 0 | 5 | 17 | 251 | 54 | 111 |
| Binary | 10011101 | 11011001 | 11001110 | 11100 | 0 | 101 | 1111 | 10101001 | 101100 | 1001001 |
Color Harmonies of #9DD9CE
Complementary color
Monochromatic Colors of #9DD9CE
Black with #9DD9CE
Text Example
Text Example
White with #9DD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9CE; }
p { color: rgb(157,217,206); }
H1.HeaderClassName
{
color: #9DD9CE;
}
.AnyTagClassName
{
color: #9DD9CE;
}
</style>
background-color css
<style>
a { background-color: #9DD9CE; }
a { background-color: rgb(157,217,206); }
div.DivClassName
{
background-color: #9DD9CE;
}
.BgClassName
{
background-color: #9DD9CE;
}
</style>
border-color css
<style>
span { border-color: #9DD9CE; }
span { border-color: rgb(157,217,206); }
td.TdClassName
{
border-color: #9DD9CE;
}
.TagClassName
{
border-color: #9DD9CE;
}
</style>