Shades of Sinbad #9DD5C9
Tints of Sinbad #9DD5C9
RGB
CMYK
RGB Variations
Color information
#9DD5C9 (or 0x9DD5C9) is known color: Sinbad. HEX triplet: 9D, D5 and C9. RGB value is (157,213,201). Sum of RGB (Red+Green+Blue) = 157+213+201=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5C9 is #622A36. Grayscale: #C2C2C2. Windows color (decimal): -6433335 or 13227421. OLE color: 13227421.
HSL color Cylindrical-coordinate representation of color #9DD5C9: hue angle of 167.14º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD5C9 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 201 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.16 |
| HSL | 167.14º | 0.4% | 0.73% | - |
| HSV(B) | 167.14º | 0.26% | 0.84% | - |
| XYZ | 48.24 | 58.97 | 64.1 | - |
| YUV | 194.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 201 | 0.26 | 0 | 0.06 | 0.16 | 167.14 | 0.4 | 0.73 |
| Hex | 9D | D5 | C9 | 1A | 0 | 6 | 10 | A7 | 28 | 49 |
| Octal | 235 | 325 | 311 | 32 | 0 | 6 | 20 | 247 | 50 | 111 |
| Binary | 10011101 | 11010101 | 11001001 | 11010 | 0 | 110 | 10000 | 10100111 | 101000 | 1001001 |
Color Harmonies of #9DD5C9
Complementary color
Monochromatic Colors of #9DD5C9
Black with #9DD5C9
Text Example
Text Example
White with #9DD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD5C9; }
p { color: rgb(157,213,201); }
H1.HeaderClassName
{
color: #9DD5C9;
}
.AnyTagClassName
{
color: #9DD5C9;
}
</style>
background-color css
<style>
a { background-color: #9DD5C9; }
a { background-color: rgb(157,213,201); }
div.DivClassName
{
background-color: #9DD5C9;
}
.BgClassName
{
background-color: #9DD5C9;
}
</style>
border-color css
<style>
span { border-color: #9DD5C9; }
span { border-color: rgb(157,213,201); }
td.TdClassName
{
border-color: #9DD5C9;
}
.TagClassName
{
border-color: #9DD5C9;
}
</style>