Shades of Sinbad #9BDECD
Tints of Sinbad #9BDECD
RGB
CMYK
RGB Variations
Color information
#9BDECD (or 0x9BDECD) is known color: Sinbad. HEX triplet: 9B, DE and CD. RGB value is (155,222,205). Sum of RGB (Red+Green+Blue) = 155+222+205=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDECD is #642132. Grayscale: #C8C8C8. Windows color (decimal): -6562099 or 13491867. OLE color: 13491867.
HSL color Cylindrical-coordinate representation of color #9BDECD: hue angle of 164.78º degrees, saturation: 0.5, 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 #9BDECD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 205 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.13 |
| HSL | 164.78º | 0.5% | 0.74% | - |
| HSV(B) | 164.78º | 0.3% | 0.87% | - |
| XYZ | 50.66 | 63.62 | 67.37 | - |
| YUV | 200.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 205 | 0.30 | 0 | 0.08 | 0.13 | 164.78 | 0.5 | 0.74 |
| Hex | 9B | DE | CD | 1E | 0 | 8 | D | A5 | 32 | 4A |
| Octal | 233 | 336 | 315 | 36 | 0 | 10 | 15 | 245 | 62 | 112 |
| Binary | 10011011 | 11011110 | 11001101 | 11110 | 0 | 1000 | 1101 | 10100101 | 110010 | 1001010 |
Color Harmonies of #9BDECD
Complementary color
Monochromatic Colors of #9BDECD
Black with #9BDECD
Text Example
Text Example
White with #9BDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDECD; }
p { color: rgb(155,222,205); }
H1.HeaderClassName
{
color: #9BDECD;
}
.AnyTagClassName
{
color: #9BDECD;
}
</style>
background-color css
<style>
a { background-color: #9BDECD; }
a { background-color: rgb(155,222,205); }
div.DivClassName
{
background-color: #9BDECD;
}
.BgClassName
{
background-color: #9BDECD;
}
</style>
border-color css
<style>
span { border-color: #9BDECD; }
span { border-color: rgb(155,222,205); }
td.TdClassName
{
border-color: #9BDECD;
}
.TagClassName
{
border-color: #9BDECD;
}
</style>