Shades of Sinbad #9FDDD7
Tints of Sinbad #9FDDD7
RGB
CMYK
RGB Variations
Color information
#9FDDD7 (or 0x9FDDD7) is known color: Sinbad. HEX triplet: 9F, DD and D7. RGB value is (159,221,215). Sum of RGB (Red+Green+Blue) = 159+221+215=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDD7 is #602228. Grayscale: #C9C9C9. Windows color (decimal): -6300201 or 14146975. OLE color: 14146975.
HSL color Cylindrical-coordinate representation of color #9FDDD7: hue angle of 174.19º 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 #9FDDD7 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 215 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.13 |
| HSL | 174.19º | 0.48% | 0.75% | - |
| HSV(B) | 174.19º | 0.28% | 0.87% | - |
| XYZ | 52.42 | 63.99 | 73.88 | - |
| YUV | 201.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 215 | 0.28 | 0 | 0.03 | 0.13 | 174.19 | 0.48 | 0.75 |
| Hex | 9F | DD | D7 | 1C | 0 | 3 | D | AE | 30 | 4B |
| Octal | 237 | 335 | 327 | 34 | 0 | 3 | 15 | 256 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11010111 | 11100 | 0 | 11 | 1101 | 10101110 | 110000 | 1001011 |
Color Harmonies of #9FDDD7
Complementary color
Monochromatic Colors of #9FDDD7
Black with #9FDDD7
Text Example
Text Example
White with #9FDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDD7; }
p { color: rgb(159,221,215); }
H1.HeaderClassName
{
color: #9FDDD7;
}
.AnyTagClassName
{
color: #9FDDD7;
}
</style>
background-color css
<style>
a { background-color: #9FDDD7; }
a { background-color: rgb(159,221,215); }
div.DivClassName
{
background-color: #9FDDD7;
}
.BgClassName
{
background-color: #9FDDD7;
}
</style>
border-color css
<style>
span { border-color: #9FDDD7; }
span { border-color: rgb(159,221,215); }
td.TdClassName
{
border-color: #9FDDD7;
}
.TagClassName
{
border-color: #9FDDD7;
}
</style>