Shades of Sinbad #9EE1DC
Tints of Sinbad #9EE1DC
RGB
CMYK
RGB Variations
Color information
#9EE1DC (or 0x9EE1DC) is known color: Sinbad. HEX triplet: 9E, E1 and DC. RGB value is (158,225,220). Sum of RGB (Red+Green+Blue) = 158+225+220=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1DC is #611E23. Grayscale: #CCCCCC. Windows color (decimal): -6364708 or 14475678. OLE color: 14475678.
HSL color Cylindrical-coordinate representation of color #9EE1DC: hue angle of 175.52º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1DC is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 220 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.12 |
| HSL | 175.52º | 0.53% | 0.75% | - |
| HSV(B) | 175.52º | 0.3% | 0.88% | - |
| XYZ | 53.94 | 66.29 | 77.66 | - |
| YUV | 204.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 220 | 0.30 | 0 | 0.02 | 0.12 | 175.52 | 0.53 | 0.75 |
| Hex | 9E | E1 | DC | 1E | 0 | 2 | C | B0 | 35 | 4B |
| Octal | 236 | 341 | 334 | 36 | 0 | 2 | 14 | 260 | 65 | 113 |
| Binary | 10011110 | 11100001 | 11011100 | 11110 | 0 | 10 | 1100 | 10110000 | 110101 | 1001011 |
Color Harmonies of #9EE1DC
Complementary color
Monochromatic Colors of #9EE1DC
Black with #9EE1DC
Text Example
Text Example
White with #9EE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1DC; }
p { color: rgb(158,225,220); }
H1.HeaderClassName
{
color: #9EE1DC;
}
.AnyTagClassName
{
color: #9EE1DC;
}
</style>
background-color css
<style>
a { background-color: #9EE1DC; }
a { background-color: rgb(158,225,220); }
div.DivClassName
{
background-color: #9EE1DC;
}
.BgClassName
{
background-color: #9EE1DC;
}
</style>
border-color css
<style>
span { border-color: #9EE1DC; }
span { border-color: rgb(158,225,220); }
td.TdClassName
{
border-color: #9EE1DC;
}
.TagClassName
{
border-color: #9EE1DC;
}
</style>