Shades of Sinbad #9DDFCF
Tints of Sinbad #9DDFCF
RGB
CMYK
RGB Variations
Color information
#9DDFCF (or 0x9DDFCF) is known color: Sinbad. HEX triplet: 9D, DF and CF. RGB value is (157,223,207). Sum of RGB (Red+Green+Blue) = 157+223+207=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFCF is #622030. Grayscale: #C9C9C9. Windows color (decimal): -6430769 or 13623197. OLE color: 13623197.
HSL color Cylindrical-coordinate representation of color #9DDFCF: hue angle of 165.45º 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 #9DDFCF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 207 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.13 |
| HSL | 165.45º | 0.51% | 0.75% | - |
| HSV(B) | 165.45º | 0.3% | 0.87% | - |
| XYZ | 51.55 | 64.45 | 68.75 | - |
| YUV | 201.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 207 | 0.30 | 0 | 0.07 | 0.13 | 165.45 | 0.51 | 0.75 |
| Hex | 9D | DF | CF | 1E | 0 | 7 | D | A5 | 33 | 4B |
| Octal | 235 | 337 | 317 | 36 | 0 | 7 | 15 | 245 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11001111 | 11110 | 0 | 111 | 1101 | 10100101 | 110011 | 1001011 |
Color Harmonies of #9DDFCF
Complementary color
Monochromatic Colors of #9DDFCF
Black with #9DDFCF
Text Example
Text Example
White with #9DDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFCF; }
p { color: rgb(157,223,207); }
H1.HeaderClassName
{
color: #9DDFCF;
}
.AnyTagClassName
{
color: #9DDFCF;
}
</style>
background-color css
<style>
a { background-color: #9DDFCF; }
a { background-color: rgb(157,223,207); }
div.DivClassName
{
background-color: #9DDFCF;
}
.BgClassName
{
background-color: #9DDFCF;
}
</style>
border-color css
<style>
span { border-color: #9DDFCF; }
span { border-color: rgb(157,223,207); }
td.TdClassName
{
border-color: #9DDFCF;
}
.TagClassName
{
border-color: #9DDFCF;
}
</style>