Shades of Sinbad #9ED7CF
Tints of Sinbad #9ED7CF
RGB
CMYK
RGB Variations
Color information
#9ED7CF (or 0x9ED7CF) is known color: Sinbad. HEX triplet: 9E, D7 and CF. RGB value is (158,215,207). Sum of RGB (Red+Green+Blue) = 158+215+207=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED7CF is #612830. Grayscale: #C5C5C5. Windows color (decimal): -6367281 or 13621150. OLE color: 13621150.
HSL color Cylindrical-coordinate representation of color #9ED7CF: hue angle of 171.58º 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 #9ED7CF is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 207 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.16 |
| HSL | 171.58º | 0.42% | 0.73% | - |
| HSV(B) | 171.58º | 0.27% | 0.84% | - |
| XYZ | 49.66 | 60.37 | 68.07 | - |
| YUV | 197.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 207 | 0.27 | 0 | 0.04 | 0.16 | 171.58 | 0.42 | 0.73 |
| Hex | 9E | D7 | CF | 1B | 0 | 4 | 10 | AC | 2A | 49 |
| Octal | 236 | 327 | 317 | 33 | 0 | 4 | 20 | 254 | 52 | 111 |
| Binary | 10011110 | 11010111 | 11001111 | 11011 | 0 | 100 | 10000 | 10101100 | 101010 | 1001001 |
Color Harmonies of #9ED7CF
Complementary color
Monochromatic Colors of #9ED7CF
Black with #9ED7CF
Text Example
Text Example
White with #9ED7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED7CF; }
p { color: rgb(158,215,207); }
H1.HeaderClassName
{
color: #9ED7CF;
}
.AnyTagClassName
{
color: #9ED7CF;
}
</style>
background-color css
<style>
a { background-color: #9ED7CF; }
a { background-color: rgb(158,215,207); }
div.DivClassName
{
background-color: #9ED7CF;
}
.BgClassName
{
background-color: #9ED7CF;
}
</style>
border-color css
<style>
span { border-color: #9ED7CF; }
span { border-color: rgb(158,215,207); }
td.TdClassName
{
border-color: #9ED7CF;
}
.TagClassName
{
border-color: #9ED7CF;
}
</style>