Shades of Sinbad #9ED7CA
Tints of Sinbad #9ED7CA
RGB
CMYK
RGB Variations
Color information
#9ED7CA (or 0x9ED7CA) is known color: Sinbad. HEX triplet: 9E, D7 and CA. RGB value is (158,215,202). Sum of RGB (Red+Green+Blue) = 158+215+202=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED7CA is #612835. Grayscale: #C4C4C4. Windows color (decimal): -6367286 or 13293470. OLE color: 13293470.
HSL color Cylindrical-coordinate representation of color #9ED7CA: hue angle of 166.32º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED7CA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 202 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.16 |
| HSL | 166.32º | 0.42% | 0.73% | - |
| HSV(B) | 166.32º | 0.27% | 0.84% | - |
| XYZ | 49.06 | 60.13 | 64.9 | - |
| YUV | 196.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 202 | 0.27 | 0 | 0.06 | 0.16 | 166.32 | 0.42 | 0.73 |
| Hex | 9E | D7 | CA | 1B | 0 | 6 | 10 | A6 | 2A | 49 |
| Octal | 236 | 327 | 312 | 33 | 0 | 6 | 20 | 246 | 52 | 111 |
| Binary | 10011110 | 11010111 | 11001010 | 11011 | 0 | 110 | 10000 | 10100110 | 101010 | 1001001 |
Color Harmonies of #9ED7CA
Complementary color
Monochromatic Colors of #9ED7CA
Black with #9ED7CA
Text Example
Text Example
White with #9ED7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED7CA; }
p { color: rgb(158,215,202); }
H1.HeaderClassName
{
color: #9ED7CA;
}
.AnyTagClassName
{
color: #9ED7CA;
}
</style>
background-color css
<style>
a { background-color: #9ED7CA; }
a { background-color: rgb(158,215,202); }
div.DivClassName
{
background-color: #9ED7CA;
}
.BgClassName
{
background-color: #9ED7CA;
}
</style>
border-color css
<style>
span { border-color: #9ED7CA; }
span { border-color: rgb(158,215,202); }
td.TdClassName
{
border-color: #9ED7CA;
}
.TagClassName
{
border-color: #9ED7CA;
}
</style>