Shades of Sinbad #9DDBCD
Tints of Sinbad #9DDBCD
RGB
CMYK
RGB Variations
Color information
#9DDBCD (or 0x9DDBCD) is known color: Sinbad. HEX triplet: 9D, DB and CD. RGB value is (157,219,205). Sum of RGB (Red+Green+Blue) = 157+219+205=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBCD is #622432. Grayscale: #C6C6C6. Windows color (decimal): -6431795 or 13491101. OLE color: 13491101.
HSL color Cylindrical-coordinate representation of color #9DDBCD: hue angle of 166.45º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBCD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 205 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.14 |
| HSL | 166.45º | 0.46% | 0.74% | - |
| HSV(B) | 166.45º | 0.28% | 0.86% | - |
| XYZ | 50.26 | 62.24 | 67.12 | - |
| YUV | 198.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 205 | 0.28 | 0 | 0.06 | 0.14 | 166.45 | 0.46 | 0.74 |
| Hex | 9D | DB | CD | 1C | 0 | 6 | E | A6 | 2E | 4A |
| Octal | 235 | 333 | 315 | 34 | 0 | 6 | 16 | 246 | 56 | 112 |
| Binary | 10011101 | 11011011 | 11001101 | 11100 | 0 | 110 | 1110 | 10100110 | 101110 | 1001010 |
Color Harmonies of #9DDBCD
Complementary color
Monochromatic Colors of #9DDBCD
Black with #9DDBCD
Text Example
Text Example
White with #9DDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBCD; }
p { color: rgb(157,219,205); }
H1.HeaderClassName
{
color: #9DDBCD;
}
.AnyTagClassName
{
color: #9DDBCD;
}
</style>
background-color css
<style>
a { background-color: #9DDBCD; }
a { background-color: rgb(157,219,205); }
div.DivClassName
{
background-color: #9DDBCD;
}
.BgClassName
{
background-color: #9DDBCD;
}
</style>
border-color css
<style>
span { border-color: #9DDBCD; }
span { border-color: rgb(157,219,205); }
td.TdClassName
{
border-color: #9DDBCD;
}
.TagClassName
{
border-color: #9DDBCD;
}
</style>