Shades of Sinbad #9FDDD8
Tints of Sinbad #9FDDD8
RGB
CMYK
RGB Variations
Color information
#9FDDD8 (or 0x9FDDD8) is known color: Sinbad. HEX triplet: 9F, DD and D8. RGB value is (159,221,216). Sum of RGB (Red+Green+Blue) = 159+221+216=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDD8 is #602227. Grayscale: #C9C9C9. Windows color (decimal): -6300200 or 14212511. OLE color: 14212511.
HSL color Cylindrical-coordinate representation of color #9FDDD8: hue angle of 175.16º 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 #9FDDD8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 216 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.13 |
| HSL | 175.16º | 0.48% | 0.75% | - |
| HSV(B) | 175.16º | 0.28% | 0.87% | - |
| XYZ | 52.55 | 64.04 | 74.56 | - |
| YUV | 201.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 216 | 0.28 | 0 | 0.02 | 0.13 | 175.16 | 0.48 | 0.75 |
| Hex | 9F | DD | D8 | 1C | 0 | 2 | D | AF | 30 | 4B |
| Octal | 237 | 335 | 330 | 34 | 0 | 2 | 15 | 257 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11011000 | 11100 | 0 | 10 | 1101 | 10101111 | 110000 | 1001011 |
Color Harmonies of #9FDDD8
Complementary color
Monochromatic Colors of #9FDDD8
Black with #9FDDD8
Text Example
Text Example
White with #9FDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDD8; }
p { color: rgb(159,221,216); }
H1.HeaderClassName
{
color: #9FDDD8;
}
.AnyTagClassName
{
color: #9FDDD8;
}
</style>
background-color css
<style>
a { background-color: #9FDDD8; }
a { background-color: rgb(159,221,216); }
div.DivClassName
{
background-color: #9FDDD8;
}
.BgClassName
{
background-color: #9FDDD8;
}
</style>
border-color css
<style>
span { border-color: #9FDDD8; }
span { border-color: rgb(159,221,216); }
td.TdClassName
{
border-color: #9FDDD8;
}
.TagClassName
{
border-color: #9FDDD8;
}
</style>