Shades of Sinbad #9CE1DC
Tints of Sinbad #9CE1DC
RGB
CMYK
RGB Variations
Color information
#9CE1DC (or 0x9CE1DC) is known color: Sinbad. HEX triplet: 9C, E1 and DC. RGB value is (156,225,220). Sum of RGB (Red+Green+Blue) = 156+225+220=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1DC is #631E23. Grayscale: #CBCBCB. Windows color (decimal): -6495780 or 14475676. OLE color: 14475676.
HSL color Cylindrical-coordinate representation of color #9CE1DC: hue angle of 175.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE1DC is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 220 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.12 |
| HSL | 175.65º | 0.53% | 0.75% | - |
| HSV(B) | 175.65º | 0.31% | 0.88% | - |
| XYZ | 53.55 | 66.09 | 77.64 | - |
| YUV | 203.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 220 | 0.31 | 0 | 0.02 | 0.12 | 175.65 | 0.53 | 0.75 |
| Hex | 9C | E1 | DC | 1F | 0 | 2 | C | B0 | 35 | 4B |
| Octal | 234 | 341 | 334 | 37 | 0 | 2 | 14 | 260 | 65 | 113 |
| Binary | 10011100 | 11100001 | 11011100 | 11111 | 0 | 10 | 1100 | 10110000 | 110101 | 1001011 |
Color Harmonies of #9CE1DC
Complementary color
Monochromatic Colors of #9CE1DC
Black with #9CE1DC
Text Example
Text Example
White with #9CE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1DC; }
p { color: rgb(156,225,220); }
H1.HeaderClassName
{
color: #9CE1DC;
}
.AnyTagClassName
{
color: #9CE1DC;
}
</style>
background-color css
<style>
a { background-color: #9CE1DC; }
a { background-color: rgb(156,225,220); }
div.DivClassName
{
background-color: #9CE1DC;
}
.BgClassName
{
background-color: #9CE1DC;
}
</style>
border-color css
<style>
span { border-color: #9CE1DC; }
span { border-color: rgb(156,225,220); }
td.TdClassName
{
border-color: #9CE1DC;
}
.TagClassName
{
border-color: #9CE1DC;
}
</style>