Shades of Sinbad #9BDFD6
Tints of Sinbad #9BDFD6
RGB
CMYK
RGB Variations
Color information
#9BDFD6 (or 0x9BDFD6) is known color: Sinbad. HEX triplet: 9B, DF and D6. RGB value is (155,223,214). Sum of RGB (Red+Green+Blue) = 155+223+214=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFD6 is #642029. Grayscale: #C9C9C9. Windows color (decimal): -6561834 or 14081947. OLE color: 14081947.
HSL color Cylindrical-coordinate representation of color #9BDFD6: hue angle of 172.06º 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 #9BDFD6 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 214 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.13 |
| HSL | 172.06º | 0.52% | 0.74% | - |
| HSV(B) | 172.06º | 0.3% | 0.87% | - |
| XYZ | 52.04 | 64.6 | 73.34 | - |
| YUV | 201.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 214 | 0.30 | 0 | 0.04 | 0.13 | 172.06 | 0.52 | 0.74 |
| Hex | 9B | DF | D6 | 1E | 0 | 4 | D | AC | 34 | 4A |
| Octal | 233 | 337 | 326 | 36 | 0 | 4 | 15 | 254 | 64 | 112 |
| Binary | 10011011 | 11011111 | 11010110 | 11110 | 0 | 100 | 1101 | 10101100 | 110100 | 1001010 |
Color Harmonies of #9BDFD6
Complementary color
Monochromatic Colors of #9BDFD6
Black with #9BDFD6
Text Example
Text Example
White with #9BDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFD6; }
p { color: rgb(155,223,214); }
H1.HeaderClassName
{
color: #9BDFD6;
}
.AnyTagClassName
{
color: #9BDFD6;
}
</style>
background-color css
<style>
a { background-color: #9BDFD6; }
a { background-color: rgb(155,223,214); }
div.DivClassName
{
background-color: #9BDFD6;
}
.BgClassName
{
background-color: #9BDFD6;
}
</style>
border-color css
<style>
span { border-color: #9BDFD6; }
span { border-color: rgb(155,223,214); }
td.TdClassName
{
border-color: #9BDFD6;
}
.TagClassName
{
border-color: #9BDFD6;
}
</style>