Shades of Sinbad #9EE2DB
Tints of Sinbad #9EE2DB
RGB
CMYK
RGB Variations
Color information
#9EE2DB (or 0x9EE2DB) is known color: Sinbad. HEX triplet: 9E, E2 and DB. RGB value is (158,226,219). Sum of RGB (Red+Green+Blue) = 158+226+219=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE2DB is #611D24. Grayscale: #CCCCCC. Windows color (decimal): -6364453 or 14410398. OLE color: 14410398.
HSL color Cylindrical-coordinate representation of color #9EE2DB: hue angle of 173.82º 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 #9EE2DB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 219 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.11 |
| HSL | 173.82º | 0.54% | 0.75% | - |
| HSV(B) | 173.82º | 0.3% | 0.89% | - |
| XYZ | 54.08 | 66.78 | 77.06 | - |
| YUV | 204.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 219 | 0.30 | 0 | 0.03 | 0.11 | 173.82 | 0.54 | 0.75 |
| Hex | 9E | E2 | DB | 1E | 0 | 3 | B | AE | 36 | 4B |
| Octal | 236 | 342 | 333 | 36 | 0 | 3 | 13 | 256 | 66 | 113 |
| Binary | 10011110 | 11100010 | 11011011 | 11110 | 0 | 11 | 1011 | 10101110 | 110110 | 1001011 |
Color Harmonies of #9EE2DB
Complementary color
Monochromatic Colors of #9EE2DB
Black with #9EE2DB
Text Example
Text Example
White with #9EE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE2DB; }
p { color: rgb(158,226,219); }
H1.HeaderClassName
{
color: #9EE2DB;
}
.AnyTagClassName
{
color: #9EE2DB;
}
</style>
background-color css
<style>
a { background-color: #9EE2DB; }
a { background-color: rgb(158,226,219); }
div.DivClassName
{
background-color: #9EE2DB;
}
.BgClassName
{
background-color: #9EE2DB;
}
</style>
border-color css
<style>
span { border-color: #9EE2DB; }
span { border-color: rgb(158,226,219); }
td.TdClassName
{
border-color: #9EE2DB;
}
.TagClassName
{
border-color: #9EE2DB;
}
</style>