Shades of Sinbad #9BDFCF
Tints of Sinbad #9BDFCF
RGB
CMYK
RGB Variations
Color information
#9BDFCF (or 0x9BDFCF) is known color: Sinbad. HEX triplet: 9B, DF and CF. RGB value is (155,223,207). Sum of RGB (Red+Green+Blue) = 155+223+207=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFCF is #642030. Grayscale: #C8C8C8. Windows color (decimal): -6561841 or 13623195. OLE color: 13623195.
HSL color Cylindrical-coordinate representation of color #9BDFCF: hue angle of 165.88º degrees, saturation: 0.52, 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 #9BDFCF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 207 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.13 |
| HSL | 165.88º | 0.52% | 0.74% | - |
| HSV(B) | 165.88º | 0.3% | 0.87% | - |
| XYZ | 51.17 | 64.25 | 68.74 | - |
| YUV | 200.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 207 | 0.30 | 0 | 0.07 | 0.13 | 165.88 | 0.52 | 0.74 |
| Hex | 9B | DF | CF | 1E | 0 | 7 | D | A6 | 34 | 4A |
| Octal | 233 | 337 | 317 | 36 | 0 | 7 | 15 | 246 | 64 | 112 |
| Binary | 10011011 | 11011111 | 11001111 | 11110 | 0 | 111 | 1101 | 10100110 | 110100 | 1001010 |
Color Harmonies of #9BDFCF
Complementary color
Monochromatic Colors of #9BDFCF
Black with #9BDFCF
Text Example
Text Example
White with #9BDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFCF; }
p { color: rgb(155,223,207); }
H1.HeaderClassName
{
color: #9BDFCF;
}
.AnyTagClassName
{
color: #9BDFCF;
}
</style>
background-color css
<style>
a { background-color: #9BDFCF; }
a { background-color: rgb(155,223,207); }
div.DivClassName
{
background-color: #9BDFCF;
}
.BgClassName
{
background-color: #9BDFCF;
}
</style>
border-color css
<style>
span { border-color: #9BDFCF; }
span { border-color: rgb(155,223,207); }
td.TdClassName
{
border-color: #9BDFCF;
}
.TagClassName
{
border-color: #9BDFCF;
}
</style>