Shades of Sinbad #9ECFCB
Tints of Sinbad #9ECFCB
RGB
CMYK
RGB Variations
Color information
#9ECFCB (or 0x9ECFCB) is known color: Sinbad. HEX triplet: 9E, CF and CB. RGB value is (158,207,203). Sum of RGB (Red+Green+Blue) = 158+207+203=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFCB is #613034. Grayscale: #BFBFBF. Windows color (decimal): -6369333 or 13356958. OLE color: 13356958.
HSL color Cylindrical-coordinate representation of color #9ECFCB: hue angle of 175.1º 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 #9ECFCB is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 203 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.19 |
| HSL | 175.1º | 0.34% | 0.72% | - |
| HSV(B) | 175.1º | 0.24% | 0.81% | - |
| XYZ | 47.19 | 56.21 | 64.86 | - |
| YUV | 191.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 203 | 0.24 | 0 | 0.02 | 0.19 | 175.1 | 0.34 | 0.72 |
| Hex | 9E | CF | CB | 18 | 0 | 2 | 13 | AF | 22 | 48 |
| Octal | 236 | 317 | 313 | 30 | 0 | 2 | 23 | 257 | 42 | 110 |
| Binary | 10011110 | 11001111 | 11001011 | 11000 | 0 | 10 | 10011 | 10101111 | 100010 | 1001000 |
Color Harmonies of #9ECFCB
Complementary color
Monochromatic Colors of #9ECFCB
Black with #9ECFCB
Text Example
Text Example
White with #9ECFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFCB; }
p { color: rgb(158,207,203); }
H1.HeaderClassName
{
color: #9ECFCB;
}
.AnyTagClassName
{
color: #9ECFCB;
}
</style>
background-color css
<style>
a { background-color: #9ECFCB; }
a { background-color: rgb(158,207,203); }
div.DivClassName
{
background-color: #9ECFCB;
}
.BgClassName
{
background-color: #9ECFCB;
}
</style>
border-color css
<style>
span { border-color: #9ECFCB; }
span { border-color: rgb(158,207,203); }
td.TdClassName
{
border-color: #9ECFCB;
}
.TagClassName
{
border-color: #9ECFCB;
}
</style>