Shades of Sinbad #9FDDD2
Tints of Sinbad #9FDDD2
RGB
CMYK
RGB Variations
Color information
#9FDDD2 (or 0x9FDDD2) is known color: Sinbad. HEX triplet: 9F, DD and D2. RGB value is (159,221,210). Sum of RGB (Red+Green+Blue) = 159+221+210=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDD2 is #60222D. Grayscale: #C9C9C9. Windows color (decimal): -6300206 or 13819295. OLE color: 13819295.
HSL color Cylindrical-coordinate representation of color #9FDDD2: hue angle of 169.35º 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 #9FDDD2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 210 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.13 |
| HSL | 169.35º | 0.48% | 0.75% | - |
| HSV(B) | 169.35º | 0.28% | 0.87% | - |
| XYZ | 51.79 | 63.74 | 70.55 | - |
| YUV | 201.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 210 | 0.28 | 0 | 0.05 | 0.13 | 169.35 | 0.48 | 0.75 |
| Hex | 9F | DD | D2 | 1C | 0 | 5 | D | A9 | 30 | 4B |
| Octal | 237 | 335 | 322 | 34 | 0 | 5 | 15 | 251 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11010010 | 11100 | 0 | 101 | 1101 | 10101001 | 110000 | 1001011 |
Color Harmonies of #9FDDD2
Complementary color
Monochromatic Colors of #9FDDD2
Black with #9FDDD2
Text Example
Text Example
White with #9FDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDD2; }
p { color: rgb(159,221,210); }
H1.HeaderClassName
{
color: #9FDDD2;
}
.AnyTagClassName
{
color: #9FDDD2;
}
</style>
background-color css
<style>
a { background-color: #9FDDD2; }
a { background-color: rgb(159,221,210); }
div.DivClassName
{
background-color: #9FDDD2;
}
.BgClassName
{
background-color: #9FDDD2;
}
</style>
border-color css
<style>
span { border-color: #9FDDD2; }
span { border-color: rgb(159,221,210); }
td.TdClassName
{
border-color: #9FDDD2;
}
.TagClassName
{
border-color: #9FDDD2;
}
</style>