Shades of Sinbad #9EE4DD
Tints of Sinbad #9EE4DD
RGB
CMYK
RGB Variations
Color information
#9EE4DD (or 0x9EE4DD) is known color: Sinbad. HEX triplet: 9E, E4 and DD. RGB value is (158,228,221). Sum of RGB (Red+Green+Blue) = 158+228+221=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4DD is #611B22. Grayscale: #CECECE. Windows color (decimal): -6363939 or 14541982. OLE color: 14541982.
HSL color Cylindrical-coordinate representation of color #9EE4DD: hue angle of 174º 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 #9EE4DD is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 221 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.11 |
| HSL | 174º | 0.56% | 0.76% | - |
| HSV(B) | 174º | 0.31% | 0.89% | - |
| XYZ | 54.9 | 67.98 | 78.63 | - |
| YUV | 206.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 221 | 0.31 | 0 | 0.03 | 0.11 | 174 | 0.56 | 0.76 |
| Hex | 9E | E4 | DD | 1F | 0 | 3 | B | AE | 38 | 4C |
| Octal | 236 | 344 | 335 | 37 | 0 | 3 | 13 | 256 | 70 | 114 |
| Binary | 10011110 | 11100100 | 11011101 | 11111 | 0 | 11 | 1011 | 10101110 | 111000 | 1001100 |
Color Harmonies of #9EE4DD
Complementary color
Monochromatic Colors of #9EE4DD
Black with #9EE4DD
Text Example
Text Example
White with #9EE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE4DD; }
p { color: rgb(158,228,221); }
H1.HeaderClassName
{
color: #9EE4DD;
}
.AnyTagClassName
{
color: #9EE4DD;
}
</style>
background-color css
<style>
a { background-color: #9EE4DD; }
a { background-color: rgb(158,228,221); }
div.DivClassName
{
background-color: #9EE4DD;
}
.BgClassName
{
background-color: #9EE4DD;
}
</style>
border-color css
<style>
span { border-color: #9EE4DD; }
span { border-color: rgb(158,228,221); }
td.TdClassName
{
border-color: #9EE4DD;
}
.TagClassName
{
border-color: #9EE4DD;
}
</style>