Shades of Sinbad #9BDDD0
Tints of Sinbad #9BDDD0
RGB
CMYK
RGB Variations
Color information
#9BDDD0 (or 0x9BDDD0) is known color: Sinbad. HEX triplet: 9B, DD and D0. RGB value is (155,221,208). Sum of RGB (Red+Green+Blue) = 155+221+208=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDD0 is #64222F. Grayscale: #C7C7C7. Windows color (decimal): -6562352 or 13688219. OLE color: 13688219.
HSL color Cylindrical-coordinate representation of color #9BDDD0: hue angle of 168.18º 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 #9BDDD0 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 208 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.13 |
| HSL | 168.18º | 0.49% | 0.74% | - |
| HSV(B) | 168.18º | 0.3% | 0.87% | - |
| XYZ | 50.76 | 63.24 | 69.2 | - |
| YUV | 199.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 208 | 0.30 | 0 | 0.06 | 0.13 | 168.18 | 0.49 | 0.74 |
| Hex | 9B | DD | D0 | 1E | 0 | 6 | D | A8 | 31 | 4A |
| Octal | 233 | 335 | 320 | 36 | 0 | 6 | 15 | 250 | 61 | 112 |
| Binary | 10011011 | 11011101 | 11010000 | 11110 | 0 | 110 | 1101 | 10101000 | 110001 | 1001010 |
Color Harmonies of #9BDDD0
Complementary color
Monochromatic Colors of #9BDDD0
Black with #9BDDD0
Text Example
Text Example
White with #9BDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDD0; }
p { color: rgb(155,221,208); }
H1.HeaderClassName
{
color: #9BDDD0;
}
.AnyTagClassName
{
color: #9BDDD0;
}
</style>
background-color css
<style>
a { background-color: #9BDDD0; }
a { background-color: rgb(155,221,208); }
div.DivClassName
{
background-color: #9BDDD0;
}
.BgClassName
{
background-color: #9BDDD0;
}
</style>
border-color css
<style>
span { border-color: #9BDDD0; }
span { border-color: rgb(155,221,208); }
td.TdClassName
{
border-color: #9BDDD0;
}
.TagClassName
{
border-color: #9BDDD0;
}
</style>