Shades of Sinbad #9DD9CF
Tints of Sinbad #9DD9CF
RGB
CMYK
RGB Variations
Color information
#9DD9CF (or 0x9DD9CF) is known color: Sinbad. HEX triplet: 9D, D9 and CF. RGB value is (157,217,207). Sum of RGB (Red+Green+Blue) = 157+217+207=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9CF is #622630. Grayscale: #C5C5C5. Windows color (decimal): -6432305 or 13621661. OLE color: 13621661.
HSL color Cylindrical-coordinate representation of color #9DD9CF: hue angle of 170º 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 #9DD9CF is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 207 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.15 |
| HSL | 170º | 0.44% | 0.73% | - |
| HSV(B) | 170º | 0.28% | 0.85% | - |
| XYZ | 49.98 | 61.3 | 68.23 | - |
| YUV | 197.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 207 | 0.28 | 0 | 0.05 | 0.15 | 170 | 0.44 | 0.73 |
| Hex | 9D | D9 | CF | 1C | 0 | 5 | F | AA | 2C | 49 |
| Octal | 235 | 331 | 317 | 34 | 0 | 5 | 17 | 252 | 54 | 111 |
| Binary | 10011101 | 11011001 | 11001111 | 11100 | 0 | 101 | 1111 | 10101010 | 101100 | 1001001 |
Color Harmonies of #9DD9CF
Complementary color
Monochromatic Colors of #9DD9CF
Black with #9DD9CF
Text Example
Text Example
White with #9DD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9CF; }
p { color: rgb(157,217,207); }
H1.HeaderClassName
{
color: #9DD9CF;
}
.AnyTagClassName
{
color: #9DD9CF;
}
</style>
background-color css
<style>
a { background-color: #9DD9CF; }
a { background-color: rgb(157,217,207); }
div.DivClassName
{
background-color: #9DD9CF;
}
.BgClassName
{
background-color: #9DD9CF;
}
</style>
border-color css
<style>
span { border-color: #9DD9CF; }
span { border-color: rgb(157,217,207); }
td.TdClassName
{
border-color: #9DD9CF;
}
.TagClassName
{
border-color: #9DD9CF;
}
</style>