Shades of Sinbad #9DCDC7
Tints of Sinbad #9DCDC7
RGB
CMYK
RGB Variations
Color information
#9DCDC7 (or 0x9DCDC7) is known color: Sinbad. HEX triplet: 9D, CD and C7. RGB value is (157,205,199). Sum of RGB (Red+Green+Blue) = 157+205+199=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDC7 is #623238. Grayscale: #BDBDBD. Windows color (decimal): -6435385 or 13094301. OLE color: 13094301.
HSL color Cylindrical-coordinate representation of color #9DCDC7: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDC7 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 199 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.20 |
| HSL | 172.5º | 0.32% | 0.71% | - |
| HSV(B) | 172.5º | 0.23% | 0.8% | - |
| XYZ | 46.04 | 54.95 | 62.21 | - |
| YUV | 189.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 199 | 0.23 | 0 | 0.03 | 0.20 | 172.5 | 0.32 | 0.71 |
| Hex | 9D | CD | C7 | 17 | 0 | 3 | 14 | AC | 20 | 47 |
| Octal | 235 | 315 | 307 | 27 | 0 | 3 | 24 | 254 | 40 | 107 |
| Binary | 10011101 | 11001101 | 11000111 | 10111 | 0 | 11 | 10100 | 10101100 | 100000 | 1000111 |
Color Harmonies of #9DCDC7
Complementary color
Monochromatic Colors of #9DCDC7
Black with #9DCDC7
Text Example
Text Example
White with #9DCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDC7; }
p { color: rgb(157,205,199); }
H1.HeaderClassName
{
color: #9DCDC7;
}
.AnyTagClassName
{
color: #9DCDC7;
}
</style>
background-color css
<style>
a { background-color: #9DCDC7; }
a { background-color: rgb(157,205,199); }
div.DivClassName
{
background-color: #9DCDC7;
}
.BgClassName
{
background-color: #9DCDC7;
}
</style>
border-color css
<style>
span { border-color: #9DCDC7; }
span { border-color: rgb(157,205,199); }
td.TdClassName
{
border-color: #9DCDC7;
}
.TagClassName
{
border-color: #9DCDC7;
}
</style>