Shades of Sinbad #9BDDCD
Tints of Sinbad #9BDDCD
RGB
CMYK
RGB Variations
Color information
#9BDDCD (or 0x9BDDCD) is known color: Sinbad. HEX triplet: 9B, DD and CD. RGB value is (155,221,205). Sum of RGB (Red+Green+Blue) = 155+221+205=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDCD is #642232. Grayscale: #C7C7C7. Windows color (decimal): -6562355 or 13491611. OLE color: 13491611.
HSL color Cylindrical-coordinate representation of color #9BDDCD: hue angle of 165.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDCD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 205 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.13 |
| HSL | 165.45º | 0.49% | 0.74% | - |
| HSV(B) | 165.45º | 0.3% | 0.87% | - |
| XYZ | 50.39 | 63.09 | 67.28 | - |
| YUV | 199.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 205 | 0.30 | 0 | 0.07 | 0.13 | 165.45 | 0.49 | 0.74 |
| Hex | 9B | DD | CD | 1E | 0 | 7 | D | A5 | 31 | 4A |
| Octal | 233 | 335 | 315 | 36 | 0 | 7 | 15 | 245 | 61 | 112 |
| Binary | 10011011 | 11011101 | 11001101 | 11110 | 0 | 111 | 1101 | 10100101 | 110001 | 1001010 |
Color Harmonies of #9BDDCD
Complementary color
Monochromatic Colors of #9BDDCD
Black with #9BDDCD
Text Example
Text Example
White with #9BDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDCD; }
p { color: rgb(155,221,205); }
H1.HeaderClassName
{
color: #9BDDCD;
}
.AnyTagClassName
{
color: #9BDDCD;
}
</style>
background-color css
<style>
a { background-color: #9BDDCD; }
a { background-color: rgb(155,221,205); }
div.DivClassName
{
background-color: #9BDDCD;
}
.BgClassName
{
background-color: #9BDDCD;
}
</style>
border-color css
<style>
span { border-color: #9BDDCD; }
span { border-color: rgb(155,221,205); }
td.TdClassName
{
border-color: #9BDDCD;
}
.TagClassName
{
border-color: #9BDDCD;
}
</style>