Shades of Sinbad #9DD8C9
Tints of Sinbad #9DD8C9
RGB
CMYK
RGB Variations
Color information
#9DD8C9 (or 0x9DD8C9) is known color: Sinbad. HEX triplet: 9D, D8 and C9. RGB value is (157,216,201). Sum of RGB (Red+Green+Blue) = 157+216+201=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8C9 is #622736. Grayscale: #C4C4C4. Windows color (decimal): -6432567 or 13228189. OLE color: 13228189.
HSL color Cylindrical-coordinate representation of color #9DD8C9: hue angle of 164.75º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD8C9 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 201 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.15 |
| HSL | 164.75º | 0.43% | 0.73% | - |
| HSV(B) | 164.75º | 0.27% | 0.85% | - |
| XYZ | 49 | 60.5 | 64.35 | - |
| YUV | 196.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 201 | 0.27 | 0 | 0.07 | 0.15 | 164.75 | 0.43 | 0.73 |
| Hex | 9D | D8 | C9 | 1B | 0 | 7 | F | A5 | 2B | 49 |
| Octal | 235 | 330 | 311 | 33 | 0 | 7 | 17 | 245 | 53 | 111 |
| Binary | 10011101 | 11011000 | 11001001 | 11011 | 0 | 111 | 1111 | 10100101 | 101011 | 1001001 |
Color Harmonies of #9DD8C9
Complementary color
Monochromatic Colors of #9DD8C9
Black with #9DD8C9
Text Example
Text Example
White with #9DD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8C9; }
p { color: rgb(157,216,201); }
H1.HeaderClassName
{
color: #9DD8C9;
}
.AnyTagClassName
{
color: #9DD8C9;
}
</style>
background-color css
<style>
a { background-color: #9DD8C9; }
a { background-color: rgb(157,216,201); }
div.DivClassName
{
background-color: #9DD8C9;
}
.BgClassName
{
background-color: #9DD8C9;
}
</style>
border-color css
<style>
span { border-color: #9DD8C9; }
span { border-color: rgb(157,216,201); }
td.TdClassName
{
border-color: #9DD8C9;
}
.TagClassName
{
border-color: #9DD8C9;
}
</style>