Shades of Sinbad #9BDBCD
Tints of Sinbad #9BDBCD
RGB
CMYK
RGB Variations
Color information
#9BDBCD (or 0x9BDBCD) is known color: Sinbad. HEX triplet: 9B, DB and CD. RGB value is (155,219,205). Sum of RGB (Red+Green+Blue) = 155+219+205=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBCD is #642432. Grayscale: #C6C6C6. Windows color (decimal): -6562867 or 13491099. OLE color: 13491099.
HSL color Cylindrical-coordinate representation of color #9BDBCD: hue angle of 166.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBCD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 205 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.14 |
| HSL | 166.88º | 0.47% | 0.73% | - |
| HSV(B) | 166.88º | 0.29% | 0.86% | - |
| XYZ | 49.87 | 62.04 | 67.1 | - |
| YUV | 198.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 205 | 0.29 | 0 | 0.06 | 0.14 | 166.88 | 0.47 | 0.73 |
| Hex | 9B | DB | CD | 1D | 0 | 6 | E | A7 | 2F | 49 |
| Octal | 233 | 333 | 315 | 35 | 0 | 6 | 16 | 247 | 57 | 111 |
| Binary | 10011011 | 11011011 | 11001101 | 11101 | 0 | 110 | 1110 | 10100111 | 101111 | 1001001 |
Color Harmonies of #9BDBCD
Complementary color
Monochromatic Colors of #9BDBCD
Black with #9BDBCD
Text Example
Text Example
White with #9BDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBCD; }
p { color: rgb(155,219,205); }
H1.HeaderClassName
{
color: #9BDBCD;
}
.AnyTagClassName
{
color: #9BDBCD;
}
</style>
background-color css
<style>
a { background-color: #9BDBCD; }
a { background-color: rgb(155,219,205); }
div.DivClassName
{
background-color: #9BDBCD;
}
.BgClassName
{
background-color: #9BDBCD;
}
</style>
border-color css
<style>
span { border-color: #9BDBCD; }
span { border-color: rgb(155,219,205); }
td.TdClassName
{
border-color: #9BDBCD;
}
.TagClassName
{
border-color: #9BDBCD;
}
</style>