Shades of Sinbad #9FDDD0
Tints of Sinbad #9FDDD0
RGB
CMYK
RGB Variations
Color information
#9FDDD0 (or 0x9FDDD0) is known color: Sinbad. HEX triplet: 9F, DD and D0. RGB value is (159,221,208). Sum of RGB (Red+Green+Blue) = 159+221+208=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDD0 is #60222F. Grayscale: #C8C8C8. Windows color (decimal): -6300208 or 13688223. OLE color: 13688223.
HSL color Cylindrical-coordinate representation of color #9FDDD0: hue angle of 167.42º 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 #9FDDD0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 208 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.13 |
| HSL | 167.42º | 0.48% | 0.75% | - |
| HSV(B) | 167.42º | 0.28% | 0.87% | - |
| XYZ | 51.54 | 63.64 | 69.24 | - |
| YUV | 200.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 208 | 0.28 | 0 | 0.06 | 0.13 | 167.42 | 0.48 | 0.75 |
| Hex | 9F | DD | D0 | 1C | 0 | 6 | D | A7 | 30 | 4B |
| Octal | 237 | 335 | 320 | 34 | 0 | 6 | 15 | 247 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11010000 | 11100 | 0 | 110 | 1101 | 10100111 | 110000 | 1001011 |
Color Harmonies of #9FDDD0
Complementary color
Monochromatic Colors of #9FDDD0
Black with #9FDDD0
Text Example
Text Example
White with #9FDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDD0; }
p { color: rgb(159,221,208); }
H1.HeaderClassName
{
color: #9FDDD0;
}
.AnyTagClassName
{
color: #9FDDD0;
}
</style>
background-color css
<style>
a { background-color: #9FDDD0; }
a { background-color: rgb(159,221,208); }
div.DivClassName
{
background-color: #9FDDD0;
}
.BgClassName
{
background-color: #9FDDD0;
}
</style>
border-color css
<style>
span { border-color: #9FDDD0; }
span { border-color: rgb(159,221,208); }
td.TdClassName
{
border-color: #9FDDD0;
}
.TagClassName
{
border-color: #9FDDD0;
}
</style>