Shades of Sinbad #9DE1DD
Tints of Sinbad #9DE1DD
RGB
CMYK
RGB Variations
Color information
#9DE1DD (or 0x9DE1DD) is known color: Sinbad. HEX triplet: 9D, E1 and DD. RGB value is (157,225,221). Sum of RGB (Red+Green+Blue) = 157+225+221=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1DD is #621E22. Grayscale: #CCCCCC. Windows color (decimal): -6430243 or 14541213. OLE color: 14541213.
HSL color Cylindrical-coordinate representation of color #9DE1DD: hue angle of 176.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1DD is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 221 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.12 |
| HSL | 176.47º | 0.53% | 0.75% | - |
| HSV(B) | 176.47º | 0.3% | 0.88% | - |
| XYZ | 53.88 | 66.24 | 78.35 | - |
| YUV | 204.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 221 | 0.30 | 0 | 0.02 | 0.12 | 176.47 | 0.53 | 0.75 |
| Hex | 9D | E1 | DD | 1E | 0 | 2 | C | B0 | 35 | 4B |
| Octal | 235 | 341 | 335 | 36 | 0 | 2 | 14 | 260 | 65 | 113 |
| Binary | 10011101 | 11100001 | 11011101 | 11110 | 0 | 10 | 1100 | 10110000 | 110101 | 1001011 |
Color Harmonies of #9DE1DD
Complementary color
Monochromatic Colors of #9DE1DD
Black with #9DE1DD
Text Example
Text Example
White with #9DE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE1DD; }
p { color: rgb(157,225,221); }
H1.HeaderClassName
{
color: #9DE1DD;
}
.AnyTagClassName
{
color: #9DE1DD;
}
</style>
background-color css
<style>
a { background-color: #9DE1DD; }
a { background-color: rgb(157,225,221); }
div.DivClassName
{
background-color: #9DE1DD;
}
.BgClassName
{
background-color: #9DE1DD;
}
</style>
border-color css
<style>
span { border-color: #9DE1DD; }
span { border-color: rgb(157,225,221); }
td.TdClassName
{
border-color: #9DE1DD;
}
.TagClassName
{
border-color: #9DE1DD;
}
</style>