Shades of Sinbad #9BDDD6
Tints of Sinbad #9BDDD6
RGB
CMYK
RGB Variations
Color information
#9BDDD6 (or 0x9BDDD6) is known color: Sinbad. HEX triplet: 9B, DD and D6. RGB value is (155,221,214). Sum of RGB (Red+Green+Blue) = 155+221+214=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDD6 is #642229. Grayscale: #C8C8C8. Windows color (decimal): -6562346 or 14081435. OLE color: 14081435.
HSL color Cylindrical-coordinate representation of color #9BDDD6: hue angle of 173.64º 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 #9BDDD6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 214 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.13 |
| HSL | 173.64º | 0.49% | 0.74% | - |
| HSV(B) | 173.64º | 0.3% | 0.87% | - |
| XYZ | 51.51 | 63.54 | 73.17 | - |
| YUV | 200.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 214 | 0.30 | 0 | 0.03 | 0.13 | 173.64 | 0.49 | 0.74 |
| Hex | 9B | DD | D6 | 1E | 0 | 3 | D | AE | 31 | 4A |
| Octal | 233 | 335 | 326 | 36 | 0 | 3 | 15 | 256 | 61 | 112 |
| Binary | 10011011 | 11011101 | 11010110 | 11110 | 0 | 11 | 1101 | 10101110 | 110001 | 1001010 |
Color Harmonies of #9BDDD6
Complementary color
Monochromatic Colors of #9BDDD6
Black with #9BDDD6
Text Example
Text Example
White with #9BDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDD6; }
p { color: rgb(155,221,214); }
H1.HeaderClassName
{
color: #9BDDD6;
}
.AnyTagClassName
{
color: #9BDDD6;
}
</style>
background-color css
<style>
a { background-color: #9BDDD6; }
a { background-color: rgb(155,221,214); }
div.DivClassName
{
background-color: #9BDDD6;
}
.BgClassName
{
background-color: #9BDDD6;
}
</style>
border-color css
<style>
span { border-color: #9BDDD6; }
span { border-color: rgb(155,221,214); }
td.TdClassName
{
border-color: #9BDDD6;
}
.TagClassName
{
border-color: #9BDDD6;
}
</style>