Shades of Sinbad #9DDFD1
Tints of Sinbad #9DDFD1
RGB
CMYK
RGB Variations
Color information
#9DDFD1 (or 0x9DDFD1) is known color: Sinbad. HEX triplet: 9D, DF and D1. RGB value is (157,223,209). Sum of RGB (Red+Green+Blue) = 157+223+209=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFD1 is #62202E. Grayscale: #C9C9C9. Windows color (decimal): -6430767 or 13754269. OLE color: 13754269.
HSL color Cylindrical-coordinate representation of color #9DDFD1: hue angle of 167.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFD1 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 209 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.13 |
| HSL | 167.27º | 0.51% | 0.75% | - |
| HSV(B) | 167.27º | 0.3% | 0.87% | - |
| XYZ | 51.8 | 64.55 | 70.05 | - |
| YUV | 201.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 209 | 0.30 | 0 | 0.06 | 0.13 | 167.27 | 0.51 | 0.75 |
| Hex | 9D | DF | D1 | 1E | 0 | 6 | D | A7 | 33 | 4B |
| Octal | 235 | 337 | 321 | 36 | 0 | 6 | 15 | 247 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11010001 | 11110 | 0 | 110 | 1101 | 10100111 | 110011 | 1001011 |
Color Harmonies of #9DDFD1
Complementary color
Monochromatic Colors of #9DDFD1
Black with #9DDFD1
Text Example
Text Example
White with #9DDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFD1; }
p { color: rgb(157,223,209); }
H1.HeaderClassName
{
color: #9DDFD1;
}
.AnyTagClassName
{
color: #9DDFD1;
}
</style>
background-color css
<style>
a { background-color: #9DDFD1; }
a { background-color: rgb(157,223,209); }
div.DivClassName
{
background-color: #9DDFD1;
}
.BgClassName
{
background-color: #9DDFD1;
}
</style>
border-color css
<style>
span { border-color: #9DDFD1; }
span { border-color: rgb(157,223,209); }
td.TdClassName
{
border-color: #9DDFD1;
}
.TagClassName
{
border-color: #9DDFD1;
}
</style>