Shades of Sinbad #9BD9CB
Tints of Sinbad #9BD9CB
RGB
CMYK
RGB Variations
Color information
#9BD9CB (or 0x9BD9CB) is known color: Sinbad. HEX triplet: 9B, D9 and CB. RGB value is (155,217,203). Sum of RGB (Red+Green+Blue) = 155+217+203=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9CB is #642634. Grayscale: #C4C4C4. Windows color (decimal): -6563381 or 13359515. OLE color: 13359515.
HSL color Cylindrical-coordinate representation of color #9BD9CB: hue angle of 166.45º degrees, saturation: 0.45, 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 #9BD9CB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 203 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.15 |
| HSL | 166.45º | 0.45% | 0.73% | - |
| HSV(B) | 166.45º | 0.29% | 0.85% | - |
| XYZ | 49.11 | 60.91 | 65.67 | - |
| YUV | 196.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 203 | 0.29 | 0 | 0.06 | 0.15 | 166.45 | 0.45 | 0.73 |
| Hex | 9B | D9 | CB | 1D | 0 | 6 | F | A6 | 2D | 49 |
| Octal | 233 | 331 | 313 | 35 | 0 | 6 | 17 | 246 | 55 | 111 |
| Binary | 10011011 | 11011001 | 11001011 | 11101 | 0 | 110 | 1111 | 10100110 | 101101 | 1001001 |
Color Harmonies of #9BD9CB
Complementary color
Monochromatic Colors of #9BD9CB
Black with #9BD9CB
Text Example
Text Example
White with #9BD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD9CB; }
p { color: rgb(155,217,203); }
H1.HeaderClassName
{
color: #9BD9CB;
}
.AnyTagClassName
{
color: #9BD9CB;
}
</style>
background-color css
<style>
a { background-color: #9BD9CB; }
a { background-color: rgb(155,217,203); }
div.DivClassName
{
background-color: #9BD9CB;
}
.BgClassName
{
background-color: #9BD9CB;
}
</style>
border-color css
<style>
span { border-color: #9BD9CB; }
span { border-color: rgb(155,217,203); }
td.TdClassName
{
border-color: #9BD9CB;
}
.TagClassName
{
border-color: #9BD9CB;
}
</style>