Shades of Sinbad #9DE0D1
Tints of Sinbad #9DE0D1
RGB
CMYK
RGB Variations
Color information
#9DE0D1 (or 0x9DE0D1) is known color: Sinbad. HEX triplet: 9D, E0 and D1. RGB value is (157,224,209). Sum of RGB (Red+Green+Blue) = 157+224+209=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0D1 is #621F2E. Grayscale: #CACACA. Windows color (decimal): -6430511 or 13754525. OLE color: 13754525.
HSL color Cylindrical-coordinate representation of color #9DE0D1: hue angle of 166.57º degrees, saturation: 0.52, 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 #9DE0D1 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 209 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.12 |
| HSL | 166.57º | 0.52% | 0.75% | - |
| HSV(B) | 166.57º | 0.3% | 0.88% | - |
| XYZ | 52.07 | 65.08 | 70.14 | - |
| YUV | 202.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 209 | 0.30 | 0 | 0.07 | 0.12 | 166.57 | 0.52 | 0.75 |
| Hex | 9D | E0 | D1 | 1E | 0 | 7 | C | A7 | 34 | 4B |
| Octal | 235 | 340 | 321 | 36 | 0 | 7 | 14 | 247 | 64 | 113 |
| Binary | 10011101 | 11100000 | 11010001 | 11110 | 0 | 111 | 1100 | 10100111 | 110100 | 1001011 |
Color Harmonies of #9DE0D1
Complementary color
Monochromatic Colors of #9DE0D1
Black with #9DE0D1
Text Example
Text Example
White with #9DE0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0D1; }
p { color: rgb(157,224,209); }
H1.HeaderClassName
{
color: #9DE0D1;
}
.AnyTagClassName
{
color: #9DE0D1;
}
</style>
background-color css
<style>
a { background-color: #9DE0D1; }
a { background-color: rgb(157,224,209); }
div.DivClassName
{
background-color: #9DE0D1;
}
.BgClassName
{
background-color: #9DE0D1;
}
</style>
border-color css
<style>
span { border-color: #9DE0D1; }
span { border-color: rgb(157,224,209); }
td.TdClassName
{
border-color: #9DE0D1;
}
.TagClassName
{
border-color: #9DE0D1;
}
</style>