Shades of Sinbad #9DD0C6
Tints of Sinbad #9DD0C6
RGB
CMYK
RGB Variations
Color information
#9DD0C6 (or 0x9DD0C6) is known color: Sinbad. HEX triplet: 9D, D0 and C6. RGB value is (157,208,198). Sum of RGB (Red+Green+Blue) = 157+208+198=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0C6 is #622F39. Grayscale: #BFBFBF. Windows color (decimal): -6434618 or 13029533. OLE color: 13029533.
HSL color Cylindrical-coordinate representation of color #9DD0C6: hue angle of 168.24º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD0C6 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 198 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.18 |
| HSL | 168.24º | 0.35% | 0.72% | - |
| HSV(B) | 168.24º | 0.25% | 0.82% | - |
| XYZ | 46.65 | 56.36 | 61.85 | - |
| YUV | 191.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 198 | 0.25 | 0 | 0.05 | 0.18 | 168.24 | 0.35 | 0.72 |
| Hex | 9D | D0 | C6 | 19 | 0 | 5 | 12 | A8 | 23 | 48 |
| Octal | 235 | 320 | 306 | 31 | 0 | 5 | 22 | 250 | 43 | 110 |
| Binary | 10011101 | 11010000 | 11000110 | 11001 | 0 | 101 | 10010 | 10101000 | 100011 | 1001000 |
Color Harmonies of #9DD0C6
Complementary color
Monochromatic Colors of #9DD0C6
Black with #9DD0C6
Text Example
Text Example
White with #9DD0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0C6; }
p { color: rgb(157,208,198); }
H1.HeaderClassName
{
color: #9DD0C6;
}
.AnyTagClassName
{
color: #9DD0C6;
}
</style>
background-color css
<style>
a { background-color: #9DD0C6; }
a { background-color: rgb(157,208,198); }
div.DivClassName
{
background-color: #9DD0C6;
}
.BgClassName
{
background-color: #9DD0C6;
}
</style>
border-color css
<style>
span { border-color: #9DD0C6; }
span { border-color: rgb(157,208,198); }
td.TdClassName
{
border-color: #9DD0C6;
}
.TagClassName
{
border-color: #9DD0C6;
}
</style>