Shades of Sinbad #9FDDD5
Tints of Sinbad #9FDDD5
RGB
CMYK
RGB Variations
Color information
#9FDDD5 (or 0x9FDDD5) is known color: Sinbad. HEX triplet: 9F, DD and D5. RGB value is (159,221,213). Sum of RGB (Red+Green+Blue) = 159+221+213=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDD5 is #60222A. Grayscale: #C9C9C9. Windows color (decimal): -6300203 or 14015903. OLE color: 14015903.
HSL color Cylindrical-coordinate representation of color #9FDDD5: hue angle of 172.26º 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 #9FDDD5 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 213 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.13 |
| HSL | 172.26º | 0.48% | 0.75% | - |
| HSV(B) | 172.26º | 0.28% | 0.87% | - |
| XYZ | 52.16 | 63.89 | 72.53 | - |
| YUV | 201.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 213 | 0.28 | 0 | 0.04 | 0.13 | 172.26 | 0.48 | 0.75 |
| Hex | 9F | DD | D5 | 1C | 0 | 4 | D | AC | 30 | 4B |
| Octal | 237 | 335 | 325 | 34 | 0 | 4 | 15 | 254 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11010101 | 11100 | 0 | 100 | 1101 | 10101100 | 110000 | 1001011 |
Color Harmonies of #9FDDD5
Complementary color
Monochromatic Colors of #9FDDD5
Black with #9FDDD5
Text Example
Text Example
White with #9FDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDD5; }
p { color: rgb(159,221,213); }
H1.HeaderClassName
{
color: #9FDDD5;
}
.AnyTagClassName
{
color: #9FDDD5;
}
</style>
background-color css
<style>
a { background-color: #9FDDD5; }
a { background-color: rgb(159,221,213); }
div.DivClassName
{
background-color: #9FDDD5;
}
.BgClassName
{
background-color: #9FDDD5;
}
</style>
border-color css
<style>
span { border-color: #9FDDD5; }
span { border-color: rgb(159,221,213); }
td.TdClassName
{
border-color: #9FDDD5;
}
.TagClassName
{
border-color: #9FDDD5;
}
</style>