Shades of Sinbad #9ECDC8
Tints of Sinbad #9ECDC8
RGB
CMYK
RGB Variations
Color information
#9ECDC8 (or 0x9ECDC8) is known color: Sinbad. HEX triplet: 9E, CD and C8. RGB value is (158,205,200). Sum of RGB (Red+Green+Blue) = 158+205+200=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDC8 is #613237. Grayscale: #BEBEBE. Windows color (decimal): -6369848 or 13159838. OLE color: 13159838.
HSL color Cylindrical-coordinate representation of color #9ECDC8: hue angle of 173.62º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECDC8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 200 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.20 |
| HSL | 173.62º | 0.32% | 0.71% | - |
| HSV(B) | 173.62º | 0.23% | 0.8% | - |
| XYZ | 46.36 | 55.1 | 62.84 | - |
| YUV | 190.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 200 | 0.23 | 0 | 0.02 | 0.20 | 173.62 | 0.32 | 0.71 |
| Hex | 9E | CD | C8 | 17 | 0 | 2 | 14 | AE | 20 | 47 |
| Octal | 236 | 315 | 310 | 27 | 0 | 2 | 24 | 256 | 40 | 107 |
| Binary | 10011110 | 11001101 | 11001000 | 10111 | 0 | 10 | 10100 | 10101110 | 100000 | 1000111 |
Color Harmonies of #9ECDC8
Complementary color
Monochromatic Colors of #9ECDC8
Black with #9ECDC8
Text Example
Text Example
White with #9ECDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDC8; }
p { color: rgb(158,205,200); }
H1.HeaderClassName
{
color: #9ECDC8;
}
.AnyTagClassName
{
color: #9ECDC8;
}
</style>
background-color css
<style>
a { background-color: #9ECDC8; }
a { background-color: rgb(158,205,200); }
div.DivClassName
{
background-color: #9ECDC8;
}
.BgClassName
{
background-color: #9ECDC8;
}
</style>
border-color css
<style>
span { border-color: #9ECDC8; }
span { border-color: rgb(158,205,200); }
td.TdClassName
{
border-color: #9ECDC8;
}
.TagClassName
{
border-color: #9ECDC8;
}
</style>