Shades of Sinbad #9FDCD8
Tints of Sinbad #9FDCD8
RGB
CMYK
RGB Variations
Color information
#9FDCD8 (or 0x9FDCD8) is known color: Sinbad. HEX triplet: 9F, DC and D8. RGB value is (159,220,216). Sum of RGB (Red+Green+Blue) = 159+220+216=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCD8 is #602327. Grayscale: #C9C9C9. Windows color (decimal): -6300456 or 14212255. OLE color: 14212255.
HSL color Cylindrical-coordinate representation of color #9FDCD8: hue angle of 176.07º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCD8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 216 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.14 |
| HSL | 176.07º | 0.47% | 0.74% | - |
| HSV(B) | 176.07º | 0.28% | 0.86% | - |
| XYZ | 52.29 | 63.52 | 74.47 | - |
| YUV | 201.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 216 | 0.28 | 0 | 0.02 | 0.14 | 176.07 | 0.47 | 0.74 |
| Hex | 9F | DC | D8 | 1C | 0 | 2 | E | B0 | 2F | 4A |
| Octal | 237 | 334 | 330 | 34 | 0 | 2 | 16 | 260 | 57 | 112 |
| Binary | 10011111 | 11011100 | 11011000 | 11100 | 0 | 10 | 1110 | 10110000 | 101111 | 1001010 |
Color Harmonies of #9FDCD8
Complementary color
Monochromatic Colors of #9FDCD8
Black with #9FDCD8
Text Example
Text Example
White with #9FDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCD8; }
p { color: rgb(159,220,216); }
H1.HeaderClassName
{
color: #9FDCD8;
}
.AnyTagClassName
{
color: #9FDCD8;
}
</style>
background-color css
<style>
a { background-color: #9FDCD8; }
a { background-color: rgb(159,220,216); }
div.DivClassName
{
background-color: #9FDCD8;
}
.BgClassName
{
background-color: #9FDCD8;
}
</style>
border-color css
<style>
span { border-color: #9FDCD8; }
span { border-color: rgb(159,220,216); }
td.TdClassName
{
border-color: #9FDCD8;
}
.TagClassName
{
border-color: #9FDCD8;
}
</style>