Shades of Sinbad #9DD7CA
Tints of Sinbad #9DD7CA
RGB
CMYK
RGB Variations
Color information
#9DD7CA (or 0x9DD7CA) is known color: Sinbad. HEX triplet: 9D, D7 and CA. RGB value is (157,215,202). Sum of RGB (Red+Green+Blue) = 157+215+202=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7CA is #622835. Grayscale: #C4C4C4. Windows color (decimal): -6432822 or 13293469. OLE color: 13293469.
HSL color Cylindrical-coordinate representation of color #9DD7CA: hue angle of 166.55º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD7CA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 202 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.16 |
| HSL | 166.55º | 0.42% | 0.73% | - |
| HSV(B) | 166.55º | 0.27% | 0.84% | - |
| XYZ | 48.87 | 60.03 | 64.89 | - |
| YUV | 196.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 202 | 0.27 | 0 | 0.06 | 0.16 | 166.55 | 0.42 | 0.73 |
| Hex | 9D | D7 | CA | 1B | 0 | 6 | 10 | A7 | 2A | 49 |
| Octal | 235 | 327 | 312 | 33 | 0 | 6 | 20 | 247 | 52 | 111 |
| Binary | 10011101 | 11010111 | 11001010 | 11011 | 0 | 110 | 10000 | 10100111 | 101010 | 1001001 |
Color Harmonies of #9DD7CA
Complementary color
Monochromatic Colors of #9DD7CA
Black with #9DD7CA
Text Example
Text Example
White with #9DD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7CA; }
p { color: rgb(157,215,202); }
H1.HeaderClassName
{
color: #9DD7CA;
}
.AnyTagClassName
{
color: #9DD7CA;
}
</style>
background-color css
<style>
a { background-color: #9DD7CA; }
a { background-color: rgb(157,215,202); }
div.DivClassName
{
background-color: #9DD7CA;
}
.BgClassName
{
background-color: #9DD7CA;
}
</style>
border-color css
<style>
span { border-color: #9DD7CA; }
span { border-color: rgb(157,215,202); }
td.TdClassName
{
border-color: #9DD7CA;
}
.TagClassName
{
border-color: #9DD7CA;
}
</style>