Shades of Sinbad #9EE4DE
Tints of Sinbad #9EE4DE
RGB
CMYK
RGB Variations
Color information
#9EE4DE (or 0x9EE4DE) is known color: Sinbad. HEX triplet: 9E, E4 and DE. RGB value is (158,228,222). Sum of RGB (Red+Green+Blue) = 158+228+222=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4DE is #611B21. Grayscale: #CECECE. Windows color (decimal): -6363938 or 14607518. OLE color: 14607518.
HSL color Cylindrical-coordinate representation of color #9EE4DE: hue angle of 174.86º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE4DE is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 222 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.11 |
| HSL | 174.86º | 0.56% | 0.76% | - |
| HSV(B) | 174.86º | 0.31% | 0.89% | - |
| XYZ | 55.03 | 68.03 | 79.34 | - |
| YUV | 206.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 222 | 0.31 | 0 | 0.03 | 0.11 | 174.86 | 0.56 | 0.76 |
| Hex | 9E | E4 | DE | 1F | 0 | 3 | B | AF | 38 | 4C |
| Octal | 236 | 344 | 336 | 37 | 0 | 3 | 13 | 257 | 70 | 114 |
| Binary | 10011110 | 11100100 | 11011110 | 11111 | 0 | 11 | 1011 | 10101111 | 111000 | 1001100 |
Color Harmonies of #9EE4DE
Complementary color
Monochromatic Colors of #9EE4DE
Black with #9EE4DE
Text Example
Text Example
White with #9EE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE4DE; }
p { color: rgb(158,228,222); }
H1.HeaderClassName
{
color: #9EE4DE;
}
.AnyTagClassName
{
color: #9EE4DE;
}
</style>
background-color css
<style>
a { background-color: #9EE4DE; }
a { background-color: rgb(158,228,222); }
div.DivClassName
{
background-color: #9EE4DE;
}
.BgClassName
{
background-color: #9EE4DE;
}
</style>
border-color css
<style>
span { border-color: #9EE4DE; }
span { border-color: rgb(158,228,222); }
td.TdClassName
{
border-color: #9EE4DE;
}
.TagClassName
{
border-color: #9EE4DE;
}
</style>