Shades of Sinbad #9EE2D8
Tints of Sinbad #9EE2D8
RGB
CMYK
RGB Variations
Color information
#9EE2D8 (or 0x9EE2D8) is known color: Sinbad. HEX triplet: 9E, E2 and D8. RGB value is (158,226,216). Sum of RGB (Red+Green+Blue) = 158+226+216=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE2D8 is #611D27. Grayscale: #CCCCCC. Windows color (decimal): -6364456 or 14213790. OLE color: 14213790.
HSL color Cylindrical-coordinate representation of color #9EE2D8: hue angle of 171.18º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE2D8 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 216 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.11 |
| HSL | 171.18º | 0.54% | 0.75% | - |
| HSV(B) | 171.18º | 0.3% | 0.89% | - |
| XYZ | 53.69 | 66.62 | 74.99 | - |
| YUV | 204.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 216 | 0.30 | 0 | 0.04 | 0.11 | 171.18 | 0.54 | 0.75 |
| Hex | 9E | E2 | D8 | 1E | 0 | 4 | B | AB | 36 | 4B |
| Octal | 236 | 342 | 330 | 36 | 0 | 4 | 13 | 253 | 66 | 113 |
| Binary | 10011110 | 11100010 | 11011000 | 11110 | 0 | 100 | 1011 | 10101011 | 110110 | 1001011 |
Color Harmonies of #9EE2D8
Complementary color
Monochromatic Colors of #9EE2D8
Black with #9EE2D8
Text Example
Text Example
White with #9EE2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE2D8; }
p { color: rgb(158,226,216); }
H1.HeaderClassName
{
color: #9EE2D8;
}
.AnyTagClassName
{
color: #9EE2D8;
}
</style>
background-color css
<style>
a { background-color: #9EE2D8; }
a { background-color: rgb(158,226,216); }
div.DivClassName
{
background-color: #9EE2D8;
}
.BgClassName
{
background-color: #9EE2D8;
}
</style>
border-color css
<style>
span { border-color: #9EE2D8; }
span { border-color: rgb(158,226,216); }
td.TdClassName
{
border-color: #9EE2D8;
}
.TagClassName
{
border-color: #9EE2D8;
}
</style>