Shades of Sinbad #9ECEC5
Tints of Sinbad #9ECEC5
RGB
CMYK
RGB Variations
Color information
#9ECEC5 (or 0x9ECEC5) is known color: Sinbad. HEX triplet: 9E, CE and C5. RGB value is (158,206,197). Sum of RGB (Red+Green+Blue) = 158+206+197=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEC5 is #61313A. Grayscale: #BEBEBE. Windows color (decimal): -6369595 or 12963486. OLE color: 12963486.
HSL color Cylindrical-coordinate representation of color #9ECEC5: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEC5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 197 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.19 |
| HSL | 168.75º | 0.33% | 0.71% | - |
| HSV(B) | 168.75º | 0.23% | 0.81% | - |
| XYZ | 46.25 | 55.44 | 61.09 | - |
| YUV | 190.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 197 | 0.23 | 0 | 0.04 | 0.19 | 168.75 | 0.33 | 0.71 |
| Hex | 9E | CE | C5 | 17 | 0 | 4 | 13 | A9 | 21 | 47 |
| Octal | 236 | 316 | 305 | 27 | 0 | 4 | 23 | 251 | 41 | 107 |
| Binary | 10011110 | 11001110 | 11000101 | 10111 | 0 | 100 | 10011 | 10101001 | 100001 | 1000111 |
Color Harmonies of #9ECEC5
Complementary color
Monochromatic Colors of #9ECEC5
Black with #9ECEC5
Text Example
Text Example
White with #9ECEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEC5; }
p { color: rgb(158,206,197); }
H1.HeaderClassName
{
color: #9ECEC5;
}
.AnyTagClassName
{
color: #9ECEC5;
}
</style>
background-color css
<style>
a { background-color: #9ECEC5; }
a { background-color: rgb(158,206,197); }
div.DivClassName
{
background-color: #9ECEC5;
}
.BgClassName
{
background-color: #9ECEC5;
}
</style>
border-color css
<style>
span { border-color: #9ECEC5; }
span { border-color: rgb(158,206,197); }
td.TdClassName
{
border-color: #9ECEC5;
}
.TagClassName
{
border-color: #9ECEC5;
}
</style>