Shades of Sinbad #9BDACB
Tints of Sinbad #9BDACB
RGB
CMYK
RGB Variations
Color information
#9BDACB (or 0x9BDACB) is known color: Sinbad. HEX triplet: 9B, DA and CB. RGB value is (155,218,203). Sum of RGB (Red+Green+Blue) = 155+218+203=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDACB is #642534. Grayscale: #C5C5C5. Windows color (decimal): -6563125 or 13359771. OLE color: 13359771.
HSL color Cylindrical-coordinate representation of color #9BDACB: hue angle of 165.71º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDACB is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 203 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.15 |
| HSL | 165.71º | 0.46% | 0.73% | - |
| HSV(B) | 165.71º | 0.29% | 0.85% | - |
| XYZ | 49.37 | 61.42 | 65.75 | - |
| YUV | 197.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 203 | 0.29 | 0 | 0.07 | 0.15 | 165.71 | 0.46 | 0.73 |
| Hex | 9B | DA | CB | 1D | 0 | 7 | F | A6 | 2E | 49 |
| Octal | 233 | 332 | 313 | 35 | 0 | 7 | 17 | 246 | 56 | 111 |
| Binary | 10011011 | 11011010 | 11001011 | 11101 | 0 | 111 | 1111 | 10100110 | 101110 | 1001001 |
Color Harmonies of #9BDACB
Complementary color
Monochromatic Colors of #9BDACB
Black with #9BDACB
Text Example
Text Example
White with #9BDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDACB; }
p { color: rgb(155,218,203); }
H1.HeaderClassName
{
color: #9BDACB;
}
.AnyTagClassName
{
color: #9BDACB;
}
</style>
background-color css
<style>
a { background-color: #9BDACB; }
a { background-color: rgb(155,218,203); }
div.DivClassName
{
background-color: #9BDACB;
}
.BgClassName
{
background-color: #9BDACB;
}
</style>
border-color css
<style>
span { border-color: #9BDACB; }
span { border-color: rgb(155,218,203); }
td.TdClassName
{
border-color: #9BDACB;
}
.TagClassName
{
border-color: #9BDACB;
}
</style>