Shades of Sinbad #9DD9CA
Tints of Sinbad #9DD9CA
RGB
CMYK
RGB Variations
Color information
#9DD9CA (or 0x9DD9CA) is known color: Sinbad. HEX triplet: 9D, D9 and CA. RGB value is (157,217,202). Sum of RGB (Red+Green+Blue) = 157+217+202=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9CA is #622635. Grayscale: #C5C5C5. Windows color (decimal): -6432310 or 13293981. OLE color: 13293981.
HSL color Cylindrical-coordinate representation of color #9DD9CA: hue angle of 165º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD9CA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 202 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.15 |
| HSL | 165º | 0.44% | 0.73% | - |
| HSV(B) | 165º | 0.28% | 0.85% | - |
| XYZ | 49.38 | 61.06 | 65.06 | - |
| YUV | 197.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 202 | 0.28 | 0 | 0.07 | 0.15 | 165 | 0.44 | 0.73 |
| Hex | 9D | D9 | CA | 1C | 0 | 7 | F | A5 | 2C | 49 |
| Octal | 235 | 331 | 312 | 34 | 0 | 7 | 17 | 245 | 54 | 111 |
| Binary | 10011101 | 11011001 | 11001010 | 11100 | 0 | 111 | 1111 | 10100101 | 101100 | 1001001 |
Color Harmonies of #9DD9CA
Complementary color
Monochromatic Colors of #9DD9CA
Black with #9DD9CA
Text Example
Text Example
White with #9DD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9CA; }
p { color: rgb(157,217,202); }
H1.HeaderClassName
{
color: #9DD9CA;
}
.AnyTagClassName
{
color: #9DD9CA;
}
</style>
background-color css
<style>
a { background-color: #9DD9CA; }
a { background-color: rgb(157,217,202); }
div.DivClassName
{
background-color: #9DD9CA;
}
.BgClassName
{
background-color: #9DD9CA;
}
</style>
border-color css
<style>
span { border-color: #9DD9CA; }
span { border-color: rgb(157,217,202); }
td.TdClassName
{
border-color: #9DD9CA;
}
.TagClassName
{
border-color: #9DD9CA;
}
</style>