Shades of Sinbad #9DE5DD
Tints of Sinbad #9DE5DD
RGB
CMYK
RGB Variations
Color information
#9DE5DD (or 0x9DE5DD) is known color: Sinbad. HEX triplet: 9D, E5 and DD. RGB value is (157,229,221). Sum of RGB (Red+Green+Blue) = 157+229+221=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE5DD is #621A22. Grayscale: #CECECE. Windows color (decimal): -6429219 or 14542237. OLE color: 14542237.
HSL color Cylindrical-coordinate representation of color #9DE5DD: hue angle of 173.33º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5DD is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 229 | 221 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.10 |
| HSL | 173.33º | 0.58% | 0.76% | - |
| HSV(B) | 173.33º | 0.31% | 0.9% | - |
| XYZ | 54.98 | 68.43 | 78.72 | - |
| YUV | 206.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 229 | 221 | 0.31 | 0 | 0.03 | 0.10 | 173.33 | 0.58 | 0.76 |
| Hex | 9D | E5 | DD | 1F | 0 | 3 | A | AD | 3A | 4C |
| Octal | 235 | 345 | 335 | 37 | 0 | 3 | 12 | 255 | 72 | 114 |
| Binary | 10011101 | 11100101 | 11011101 | 11111 | 0 | 11 | 1010 | 10101101 | 111010 | 1001100 |
Color Harmonies of #9DE5DD
Complementary color
Monochromatic Colors of #9DE5DD
Black with #9DE5DD
Text Example
Text Example
White with #9DE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE5DD; }
p { color: rgb(157,229,221); }
H1.HeaderClassName
{
color: #9DE5DD;
}
.AnyTagClassName
{
color: #9DE5DD;
}
</style>
background-color css
<style>
a { background-color: #9DE5DD; }
a { background-color: rgb(157,229,221); }
div.DivClassName
{
background-color: #9DE5DD;
}
.BgClassName
{
background-color: #9DE5DD;
}
</style>
border-color css
<style>
span { border-color: #9DE5DD; }
span { border-color: rgb(157,229,221); }
td.TdClassName
{
border-color: #9DE5DD;
}
.TagClassName
{
border-color: #9DE5DD;
}
</style>