Shades of Sinbad #9ECBC5
Tints of Sinbad #9ECBC5
RGB
CMYK
RGB Variations
Color information
#9ECBC5 (or 0x9ECBC5) is known color: Sinbad. HEX triplet: 9E, CB and C5. RGB value is (158,203,197). Sum of RGB (Red+Green+Blue) = 158+203+197=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBC5 is #61343A. Grayscale: #BCBCBC. Windows color (decimal): -6370363 or 12962718. OLE color: 12962718.
HSL color Cylindrical-coordinate representation of color #9ECBC5: hue angle of 172º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECBC5 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 197 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.20 |
| HSL | 172º | 0.3% | 0.71% | - |
| HSV(B) | 172º | 0.22% | 0.8% | - |
| XYZ | 45.53 | 54.01 | 60.85 | - |
| YUV | 188.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 197 | 0.22 | 0 | 0.03 | 0.20 | 172 | 0.3 | 0.71 |
| Hex | 9E | CB | C5 | 16 | 0 | 3 | 14 | AC | 1E | 47 |
| Octal | 236 | 313 | 305 | 26 | 0 | 3 | 24 | 254 | 36 | 107 |
| Binary | 10011110 | 11001011 | 11000101 | 10110 | 0 | 11 | 10100 | 10101100 | 11110 | 1000111 |
Color Harmonies of #9ECBC5
Complementary color
Monochromatic Colors of #9ECBC5
Black with #9ECBC5
Text Example
Text Example
White with #9ECBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBC5; }
p { color: rgb(158,203,197); }
H1.HeaderClassName
{
color: #9ECBC5;
}
.AnyTagClassName
{
color: #9ECBC5;
}
</style>
background-color css
<style>
a { background-color: #9ECBC5; }
a { background-color: rgb(158,203,197); }
div.DivClassName
{
background-color: #9ECBC5;
}
.BgClassName
{
background-color: #9ECBC5;
}
</style>
border-color css
<style>
span { border-color: #9ECBC5; }
span { border-color: rgb(158,203,197); }
td.TdClassName
{
border-color: #9ECBC5;
}
.TagClassName
{
border-color: #9ECBC5;
}
</style>