Shades of Sinbad #9FDFDB
Tints of Sinbad #9FDFDB
RGB
CMYK
RGB Variations
Color information
#9FDFDB (or 0x9FDFDB) is known color: Sinbad. HEX triplet: 9F, DF and DB. RGB value is (159,223,219). Sum of RGB (Red+Green+Blue) = 159+223+219=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFDB is #602024. Grayscale: #CBCBCB. Windows color (decimal): -6299685 or 14409631. OLE color: 14409631.
HSL color Cylindrical-coordinate representation of color #9FDFDB: hue angle of 176.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFDB is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 159 | 223 | 219 | - |
CMYK | 0.29 | 0 | 0.02 | 0.13 |
HSL | 176.25º | 0.5% | 0.75% | - |
HSV(B) | 176.25º | 0.29% | 0.87% | - |
XYZ | 53.47 | 65.26 | 76.8 | - |
YUV | 203.41 | 136.8 | 96.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 223 | 219 | 0.29 | 0 | 0.02 | 0.13 | 176.25 | 0.5 | 0.75 |
Hex | 9F | DF | DB | 1D | 0 | 2 | D | B0 | 32 | 4B |
Octal | 237 | 337 | 333 | 35 | 0 | 2 | 15 | 260 | 62 | 113 |
Binary | 10011111 | 11011111 | 11011011 | 11101 | 0 | 10 | 1101 | 10110000 | 110010 | 1001011 |
Color Harmonies of #9FDFDB
Complementary color
Monochromatic Colors of #9FDFDB
Black with #9FDFDB
Text Example
Text Example
White with #9FDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFDB; }
p { color: rgb(159,223,219); }
H1.HeaderClassName
{
color: #9FDFDB;
}
.AnyTagClassName
{
color: #9FDFDB;
}
</style>
background-color css
<style>
a { background-color: #9FDFDB; }
a { background-color: rgb(159,223,219); }
div.DivClassName
{
background-color: #9FDFDB;
}
.BgClassName
{
background-color: #9FDFDB;
}
</style>
border-color css
<style>
span { border-color: #9FDFDB; }
span { border-color: rgb(159,223,219); }
td.TdClassName
{
border-color: #9FDFDB;
}
.TagClassName
{
border-color: #9FDFDB;
}
</style>