Shades of Sinbad #9ECFC6
Tints of Sinbad #9ECFC6
RGB
CMYK
RGB Variations
Color information
#9ECFC6 (or 0x9ECFC6) is known color: Sinbad. HEX triplet: 9E, CF and C6. RGB value is (158,207,198). Sum of RGB (Red+Green+Blue) = 158+207+198=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFC6 is #613039. Grayscale: #BFBFBF. Windows color (decimal): -6369338 or 13029278. OLE color: 13029278.
HSL color Cylindrical-coordinate representation of color #9ECFC6: hue angle of 168.98º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFC6 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 198 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.19 |
| HSL | 168.98º | 0.34% | 0.72% | - |
| HSV(B) | 168.98º | 0.24% | 0.81% | - |
| XYZ | 46.61 | 55.97 | 61.77 | - |
| YUV | 191.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 198 | 0.24 | 0 | 0.04 | 0.19 | 168.98 | 0.34 | 0.72 |
| Hex | 9E | CF | C6 | 18 | 0 | 4 | 13 | A9 | 22 | 48 |
| Octal | 236 | 317 | 306 | 30 | 0 | 4 | 23 | 251 | 42 | 110 |
| Binary | 10011110 | 11001111 | 11000110 | 11000 | 0 | 100 | 10011 | 10101001 | 100010 | 1001000 |
Color Harmonies of #9ECFC6
Complementary color
Monochromatic Colors of #9ECFC6
Black with #9ECFC6
Text Example
Text Example
White with #9ECFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFC6; }
p { color: rgb(158,207,198); }
H1.HeaderClassName
{
color: #9ECFC6;
}
.AnyTagClassName
{
color: #9ECFC6;
}
</style>
background-color css
<style>
a { background-color: #9ECFC6; }
a { background-color: rgb(158,207,198); }
div.DivClassName
{
background-color: #9ECFC6;
}
.BgClassName
{
background-color: #9ECFC6;
}
</style>
border-color css
<style>
span { border-color: #9ECFC6; }
span { border-color: rgb(158,207,198); }
td.TdClassName
{
border-color: #9ECFC6;
}
.TagClassName
{
border-color: #9ECFC6;
}
</style>