Shades of Sinbad #9BD7CF
Tints of Sinbad #9BD7CF
RGB
CMYK
RGB Variations
Color information
#9BD7CF (or 0x9BD7CF) is known color: Sinbad. HEX triplet: 9B, D7 and CF. RGB value is (155,215,207). Sum of RGB (Red+Green+Blue) = 155+215+207=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD7CF is #642830. Grayscale: #C4C4C4. Windows color (decimal): -6563889 or 13621147. OLE color: 13621147.
HSL color Cylindrical-coordinate representation of color #9BD7CF: hue angle of 172º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD7CF is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 207 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.16 |
| HSL | 172º | 0.43% | 0.73% | - |
| HSV(B) | 172º | 0.28% | 0.84% | - |
| XYZ | 49.08 | 60.07 | 68.04 | - |
| YUV | 196.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 207 | 0.28 | 0 | 0.04 | 0.16 | 172 | 0.43 | 0.73 |
| Hex | 9B | D7 | CF | 1C | 0 | 4 | 10 | AC | 2B | 49 |
| Octal | 233 | 327 | 317 | 34 | 0 | 4 | 20 | 254 | 53 | 111 |
| Binary | 10011011 | 11010111 | 11001111 | 11100 | 0 | 100 | 10000 | 10101100 | 101011 | 1001001 |
Color Harmonies of #9BD7CF
Complementary color
Monochromatic Colors of #9BD7CF
Black with #9BD7CF
Text Example
Text Example
White with #9BD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD7CF; }
p { color: rgb(155,215,207); }
H1.HeaderClassName
{
color: #9BD7CF;
}
.AnyTagClassName
{
color: #9BD7CF;
}
</style>
background-color css
<style>
a { background-color: #9BD7CF; }
a { background-color: rgb(155,215,207); }
div.DivClassName
{
background-color: #9BD7CF;
}
.BgClassName
{
background-color: #9BD7CF;
}
</style>
border-color css
<style>
span { border-color: #9BD7CF; }
span { border-color: rgb(155,215,207); }
td.TdClassName
{
border-color: #9BD7CF;
}
.TagClassName
{
border-color: #9BD7CF;
}
</style>