Shades of Sinbad #9CE3DC
Tints of Sinbad #9CE3DC
RGB
CMYK
RGB Variations
Color information
#9CE3DC (or 0x9CE3DC) is known color: Sinbad. HEX triplet: 9C, E3 and DC. RGB value is (156,227,220). Sum of RGB (Red+Green+Blue) = 156+227+220=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE3DC is #631C23. Grayscale: #CCCCCC. Windows color (decimal): -6495268 or 14476188. OLE color: 14476188.
HSL color Cylindrical-coordinate representation of color #9CE3DC: hue angle of 174.08º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE3DC is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 227 | 220 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.11 |
| HSL | 174.08º | 0.56% | 0.75% | - |
| HSV(B) | 174.08º | 0.31% | 0.89% | - |
| XYZ | 54.1 | 67.17 | 77.82 | - |
| YUV | 204.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 227 | 220 | 0.31 | 0 | 0.03 | 0.11 | 174.08 | 0.56 | 0.75 |
| Hex | 9C | E3 | DC | 1F | 0 | 3 | B | AE | 38 | 4B |
| Octal | 234 | 343 | 334 | 37 | 0 | 3 | 13 | 256 | 70 | 113 |
| Binary | 10011100 | 11100011 | 11011100 | 11111 | 0 | 11 | 1011 | 10101110 | 111000 | 1001011 |
Color Harmonies of #9CE3DC
Complementary color
Monochromatic Colors of #9CE3DC
Black with #9CE3DC
Text Example
Text Example
White with #9CE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE3DC; }
p { color: rgb(156,227,220); }
H1.HeaderClassName
{
color: #9CE3DC;
}
.AnyTagClassName
{
color: #9CE3DC;
}
</style>
background-color css
<style>
a { background-color: #9CE3DC; }
a { background-color: rgb(156,227,220); }
div.DivClassName
{
background-color: #9CE3DC;
}
.BgClassName
{
background-color: #9CE3DC;
}
</style>
border-color css
<style>
span { border-color: #9CE3DC; }
span { border-color: rgb(156,227,220); }
td.TdClassName
{
border-color: #9CE3DC;
}
.TagClassName
{
border-color: #9CE3DC;
}
</style>