Shades of Sinbad #9FDDD1
Tints of Sinbad #9FDDD1
RGB
CMYK
RGB Variations
Color information
#9FDDD1 (or 0x9FDDD1) is known color: Sinbad. HEX triplet: 9F, DD and D1. RGB value is (159,221,209). Sum of RGB (Red+Green+Blue) = 159+221+209=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDD1 is #60222E. Grayscale: #C9C9C9. Windows color (decimal): -6300207 or 13753759. OLE color: 13753759.
HSL color Cylindrical-coordinate representation of color #9FDDD1: hue angle of 168.39º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDD1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 209 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.13 |
| HSL | 168.39º | 0.48% | 0.75% | - |
| HSV(B) | 168.39º | 0.28% | 0.87% | - |
| XYZ | 51.66 | 63.69 | 69.89 | - |
| YUV | 201.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 209 | 0.28 | 0 | 0.05 | 0.13 | 168.39 | 0.48 | 0.75 |
| Hex | 9F | DD | D1 | 1C | 0 | 5 | D | A8 | 30 | 4B |
| Octal | 237 | 335 | 321 | 34 | 0 | 5 | 15 | 250 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11010001 | 11100 | 0 | 101 | 1101 | 10101000 | 110000 | 1001011 |
Color Harmonies of #9FDDD1
Complementary color
Monochromatic Colors of #9FDDD1
Black with #9FDDD1
Text Example
Text Example
White with #9FDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDD1; }
p { color: rgb(159,221,209); }
H1.HeaderClassName
{
color: #9FDDD1;
}
.AnyTagClassName
{
color: #9FDDD1;
}
</style>
background-color css
<style>
a { background-color: #9FDDD1; }
a { background-color: rgb(159,221,209); }
div.DivClassName
{
background-color: #9FDDD1;
}
.BgClassName
{
background-color: #9FDDD1;
}
</style>
border-color css
<style>
span { border-color: #9FDDD1; }
span { border-color: rgb(159,221,209); }
td.TdClassName
{
border-color: #9FDDD1;
}
.TagClassName
{
border-color: #9FDDD1;
}
</style>