Shades of Sinbad #9DDDD0
Tints of Sinbad #9DDDD0
RGB
CMYK
RGB Variations
Color information
#9DDDD0 (or 0x9DDDD0) is known color: Sinbad. HEX triplet: 9D, DD and D0. RGB value is (157,221,208). Sum of RGB (Red+Green+Blue) = 157+221+208=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDD0 is #62222F. Grayscale: #C8C8C8. Windows color (decimal): -6431280 or 13688221. OLE color: 13688221.
HSL color Cylindrical-coordinate representation of color #9DDDD0: hue angle of 167.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDD0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 208 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.13 |
| HSL | 167.81º | 0.48% | 0.74% | - |
| HSV(B) | 167.81º | 0.29% | 0.87% | - |
| XYZ | 51.15 | 63.44 | 69.22 | - |
| YUV | 200.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 208 | 0.29 | 0 | 0.06 | 0.13 | 167.81 | 0.48 | 0.74 |
| Hex | 9D | DD | D0 | 1D | 0 | 6 | D | A8 | 30 | 4A |
| Octal | 235 | 335 | 320 | 35 | 0 | 6 | 15 | 250 | 60 | 112 |
| Binary | 10011101 | 11011101 | 11010000 | 11101 | 0 | 110 | 1101 | 10101000 | 110000 | 1001010 |
Color Harmonies of #9DDDD0
Complementary color
Monochromatic Colors of #9DDDD0
Black with #9DDDD0
Text Example
Text Example
White with #9DDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDD0; }
p { color: rgb(157,221,208); }
H1.HeaderClassName
{
color: #9DDDD0;
}
.AnyTagClassName
{
color: #9DDDD0;
}
</style>
background-color css
<style>
a { background-color: #9DDDD0; }
a { background-color: rgb(157,221,208); }
div.DivClassName
{
background-color: #9DDDD0;
}
.BgClassName
{
background-color: #9DDDD0;
}
</style>
border-color css
<style>
span { border-color: #9DDDD0; }
span { border-color: rgb(157,221,208); }
td.TdClassName
{
border-color: #9DDDD0;
}
.TagClassName
{
border-color: #9DDDD0;
}
</style>