Shades of Sinbad #9BD8D1
Tints of Sinbad #9BD8D1
RGB
CMYK
RGB Variations
Color information
#9BD8D1 (or 0x9BD8D1) is known color: Sinbad. HEX triplet: 9B, D8 and D1. RGB value is (155,216,209). Sum of RGB (Red+Green+Blue) = 155+216+209=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8D1 is #64272E. Grayscale: #C4C4C4. Windows color (decimal): -6563631 or 13752475. OLE color: 13752475.
HSL color Cylindrical-coordinate representation of color #9BD8D1: hue angle of 173.11º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8D1 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 209 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.15 |
| HSL | 173.11º | 0.44% | 0.73% | - |
| HSV(B) | 173.11º | 0.28% | 0.85% | - |
| XYZ | 49.58 | 60.68 | 69.42 | - |
| YUV | 196.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 209 | 0.28 | 0 | 0.03 | 0.15 | 173.11 | 0.44 | 0.73 |
| Hex | 9B | D8 | D1 | 1C | 0 | 3 | F | AD | 2C | 49 |
| Octal | 233 | 330 | 321 | 34 | 0 | 3 | 17 | 255 | 54 | 111 |
| Binary | 10011011 | 11011000 | 11010001 | 11100 | 0 | 11 | 1111 | 10101101 | 101100 | 1001001 |
Color Harmonies of #9BD8D1
Complementary color
Monochromatic Colors of #9BD8D1
Black with #9BD8D1
Text Example
Text Example
White with #9BD8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD8D1; }
p { color: rgb(155,216,209); }
H1.HeaderClassName
{
color: #9BD8D1;
}
.AnyTagClassName
{
color: #9BD8D1;
}
</style>
background-color css
<style>
a { background-color: #9BD8D1; }
a { background-color: rgb(155,216,209); }
div.DivClassName
{
background-color: #9BD8D1;
}
.BgClassName
{
background-color: #9BD8D1;
}
</style>
border-color css
<style>
span { border-color: #9BD8D1; }
span { border-color: rgb(155,216,209); }
td.TdClassName
{
border-color: #9BD8D1;
}
.TagClassName
{
border-color: #9BD8D1;
}
</style>