Shades of Sinbad #9EE3DD
Tints of Sinbad #9EE3DD
RGB
CMYK
RGB Variations
Color information
#9EE3DD (or 0x9EE3DD) is known color: Sinbad. HEX triplet: 9E, E3 and DD. RGB value is (158,227,221). Sum of RGB (Red+Green+Blue) = 158+227+221=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE3DD is #611C22. Grayscale: #CDCDCD. Windows color (decimal): -6364195 or 14541726. OLE color: 14541726.
HSL color Cylindrical-coordinate representation of color #9EE3DD: hue angle of 174.78º degrees, saturation: 0.55, 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 #9EE3DD is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 221 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.11 |
| HSL | 174.78º | 0.55% | 0.75% | - |
| HSV(B) | 174.78º | 0.3% | 0.89% | - |
| XYZ | 54.62 | 67.43 | 78.54 | - |
| YUV | 205.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 221 | 0.30 | 0 | 0.03 | 0.11 | 174.78 | 0.55 | 0.75 |
| Hex | 9E | E3 | DD | 1E | 0 | 3 | B | AF | 37 | 4B |
| Octal | 236 | 343 | 335 | 36 | 0 | 3 | 13 | 257 | 67 | 113 |
| Binary | 10011110 | 11100011 | 11011101 | 11110 | 0 | 11 | 1011 | 10101111 | 110111 | 1001011 |
Color Harmonies of #9EE3DD
Complementary color
Monochromatic Colors of #9EE3DD
Black with #9EE3DD
Text Example
Text Example
White with #9EE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE3DD; }
p { color: rgb(158,227,221); }
H1.HeaderClassName
{
color: #9EE3DD;
}
.AnyTagClassName
{
color: #9EE3DD;
}
</style>
background-color css
<style>
a { background-color: #9EE3DD; }
a { background-color: rgb(158,227,221); }
div.DivClassName
{
background-color: #9EE3DD;
}
.BgClassName
{
background-color: #9EE3DD;
}
</style>
border-color css
<style>
span { border-color: #9EE3DD; }
span { border-color: rgb(158,227,221); }
td.TdClassName
{
border-color: #9EE3DD;
}
.TagClassName
{
border-color: #9EE3DD;
}
</style>