Shades of Sinbad #9DCCC7
Tints of Sinbad #9DCCC7
RGB
CMYK
RGB Variations
Color information
#9DCCC7 (or 0x9DCCC7) is known color: Sinbad. HEX triplet: 9D, CC and C7. RGB value is (157,204,199). Sum of RGB (Red+Green+Blue) = 157+204+199=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCC7 is #623338. Grayscale: #BDBDBD. Windows color (decimal): -6435641 or 13094045. OLE color: 13094045.
HSL color Cylindrical-coordinate representation of color #9DCCC7: hue angle of 173.62º 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 #9DCCC7 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 199 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.2 |
| HSL | 173.62º | 0.32% | 0.71% | - |
| HSV(B) | 173.62º | 0.23% | 0.8% | - |
| XYZ | 45.81 | 54.48 | 62.13 | - |
| YUV | 189.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 199 | 0.23 | 0 | 0.02 | 0.2 | 173.62 | 0.32 | 0.71 |
| Hex | 9D | CC | C7 | 17 | 0 | 2 | 14 | AE | 20 | 47 |
| Octal | 235 | 314 | 307 | 27 | 0 | 2 | 24 | 256 | 40 | 107 |
| Binary | 10011101 | 11001100 | 11000111 | 10111 | 0 | 10 | 10100 | 10101110 | 100000 | 1000111 |
Color Harmonies of #9DCCC7
Complementary color
Monochromatic Colors of #9DCCC7
Black with #9DCCC7
Text Example
Text Example
White with #9DCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCC7; }
p { color: rgb(157,204,199); }
H1.HeaderClassName
{
color: #9DCCC7;
}
.AnyTagClassName
{
color: #9DCCC7;
}
</style>
background-color css
<style>
a { background-color: #9DCCC7; }
a { background-color: rgb(157,204,199); }
div.DivClassName
{
background-color: #9DCCC7;
}
.BgClassName
{
background-color: #9DCCC7;
}
</style>
border-color css
<style>
span { border-color: #9DCCC7; }
span { border-color: rgb(157,204,199); }
td.TdClassName
{
border-color: #9DCCC7;
}
.TagClassName
{
border-color: #9DCCC7;
}
</style>