Shades of Sinbad #9CD5C7
Tints of Sinbad #9CD5C7
RGB
CMYK
RGB Variations
Color information
#9CD5C7 (or 0x9CD5C7) is known color: Sinbad. HEX triplet: 9C, D5 and C7. RGB value is (156,213,199). Sum of RGB (Red+Green+Blue) = 156+213+199=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD5C7 is #632A38. Grayscale: #C2C2C2. Windows color (decimal): -6498873 or 13096348. OLE color: 13096348.
HSL color Cylindrical-coordinate representation of color #9CD5C7: hue angle of 165.26º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5C7 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 213 | 199 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.16 |
| HSL | 165.26º | 0.4% | 0.72% | - |
| HSV(B) | 165.26º | 0.27% | 0.84% | - |
| XYZ | 47.81 | 58.78 | 62.86 | - |
| YUV | 194.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 213 | 199 | 0.27 | 0 | 0.07 | 0.16 | 165.26 | 0.4 | 0.72 |
| Hex | 9C | D5 | C7 | 1B | 0 | 7 | 10 | A5 | 28 | 48 |
| Octal | 234 | 325 | 307 | 33 | 0 | 7 | 20 | 245 | 50 | 110 |
| Binary | 10011100 | 11010101 | 11000111 | 11011 | 0 | 111 | 10000 | 10100101 | 101000 | 1001000 |
Color Harmonies of #9CD5C7
Complementary color
Monochromatic Colors of #9CD5C7
Black with #9CD5C7
Text Example
Text Example
White with #9CD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD5C7; }
p { color: rgb(156,213,199); }
H1.HeaderClassName
{
color: #9CD5C7;
}
.AnyTagClassName
{
color: #9CD5C7;
}
</style>
background-color css
<style>
a { background-color: #9CD5C7; }
a { background-color: rgb(156,213,199); }
div.DivClassName
{
background-color: #9CD5C7;
}
.BgClassName
{
background-color: #9CD5C7;
}
</style>
border-color css
<style>
span { border-color: #9CD5C7; }
span { border-color: rgb(156,213,199); }
td.TdClassName
{
border-color: #9CD5C7;
}
.TagClassName
{
border-color: #9CD5C7;
}
</style>