Shades of Sinbad #9ED8C7
Tints of Sinbad #9ED8C7
RGB
CMYK
RGB Variations
Color information
#9ED8C7 (or 0x9ED8C7) is known color: Sinbad. HEX triplet: 9E, D8 and C7. RGB value is (158,216,199). Sum of RGB (Red+Green+Blue) = 158+216+199=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8C7 is #612738. Grayscale: #C4C4C4. Windows color (decimal): -6367033 or 13097118. OLE color: 13097118.
HSL color Cylindrical-coordinate representation of color #9ED8C7: hue angle of 162.41º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8C7 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 199 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.15 |
| HSL | 162.41º | 0.43% | 0.73% | - |
| HSV(B) | 162.41º | 0.27% | 0.85% | - |
| XYZ | 48.97 | 60.5 | 63.13 | - |
| YUV | 196.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 199 | 0.27 | 0 | 0.08 | 0.15 | 162.41 | 0.43 | 0.73 |
| Hex | 9E | D8 | C7 | 1B | 0 | 8 | F | A2 | 2B | 49 |
| Octal | 236 | 330 | 307 | 33 | 0 | 10 | 17 | 242 | 53 | 111 |
| Binary | 10011110 | 11011000 | 11000111 | 11011 | 0 | 1000 | 1111 | 10100010 | 101011 | 1001001 |
Color Harmonies of #9ED8C7
Complementary color
Monochromatic Colors of #9ED8C7
Black with #9ED8C7
Text Example
Text Example
White with #9ED8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8C7; }
p { color: rgb(158,216,199); }
H1.HeaderClassName
{
color: #9ED8C7;
}
.AnyTagClassName
{
color: #9ED8C7;
}
</style>
background-color css
<style>
a { background-color: #9ED8C7; }
a { background-color: rgb(158,216,199); }
div.DivClassName
{
background-color: #9ED8C7;
}
.BgClassName
{
background-color: #9ED8C7;
}
</style>
border-color css
<style>
span { border-color: #9ED8C7; }
span { border-color: rgb(158,216,199); }
td.TdClassName
{
border-color: #9ED8C7;
}
.TagClassName
{
border-color: #9ED8C7;
}
</style>