Shades of Sinbad #9FDBCD
Tints of Sinbad #9FDBCD
RGB
CMYK
RGB Variations
Color information
#9FDBCD (or 0x9FDBCD) is known color: Sinbad. HEX triplet: 9F, DB and CD. RGB value is (159,219,205). Sum of RGB (Red+Green+Blue) = 159+219+205=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBCD is #602432. Grayscale: #C7C7C7. Windows color (decimal): -6300723 or 13491103. OLE color: 13491103.
HSL color Cylindrical-coordinate representation of color #9FDBCD: hue angle of 166º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBCD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 205 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.14 |
| HSL | 166º | 0.45% | 0.74% | - |
| HSV(B) | 166º | 0.27% | 0.86% | - |
| XYZ | 50.65 | 62.44 | 67.14 | - |
| YUV | 199.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 205 | 0.27 | 0 | 0.06 | 0.14 | 166 | 0.45 | 0.74 |
| Hex | 9F | DB | CD | 1B | 0 | 6 | E | A6 | 2D | 4A |
| Octal | 237 | 333 | 315 | 33 | 0 | 6 | 16 | 246 | 55 | 112 |
| Binary | 10011111 | 11011011 | 11001101 | 11011 | 0 | 110 | 1110 | 10100110 | 101101 | 1001010 |
Color Harmonies of #9FDBCD
Complementary color
Monochromatic Colors of #9FDBCD
Black with #9FDBCD
Text Example
Text Example
White with #9FDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBCD; }
p { color: rgb(159,219,205); }
H1.HeaderClassName
{
color: #9FDBCD;
}
.AnyTagClassName
{
color: #9FDBCD;
}
</style>
background-color css
<style>
a { background-color: #9FDBCD; }
a { background-color: rgb(159,219,205); }
div.DivClassName
{
background-color: #9FDBCD;
}
.BgClassName
{
background-color: #9FDBCD;
}
</style>
border-color css
<style>
span { border-color: #9FDBCD; }
span { border-color: rgb(159,219,205); }
td.TdClassName
{
border-color: #9FDBCD;
}
.TagClassName
{
border-color: #9FDBCD;
}
</style>