Shades of Sinbad #9CE1D1
Tints of Sinbad #9CE1D1
RGB
CMYK
RGB Variations
Color information
#9CE1D1 (or 0x9CE1D1) is known color: Sinbad. HEX triplet: 9C, E1 and D1. RGB value is (156,225,209). Sum of RGB (Red+Green+Blue) = 156+225+209=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1D1 is #631E2E. Grayscale: #CACACA. Windows color (decimal): -6495791 or 13754780. OLE color: 13754780.
HSL color Cylindrical-coordinate representation of color #9CE1D1: hue angle of 166.09º 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 #9CE1D1 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 209 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.12 |
| HSL | 166.09º | 0.53% | 0.75% | - |
| HSV(B) | 166.09º | 0.31% | 0.88% | - |
| XYZ | 52.14 | 65.52 | 70.22 | - |
| YUV | 202.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 209 | 0.31 | 0 | 0.07 | 0.12 | 166.09 | 0.53 | 0.75 |
| Hex | 9C | E1 | D1 | 1F | 0 | 7 | C | A6 | 35 | 4B |
| Octal | 234 | 341 | 321 | 37 | 0 | 7 | 14 | 246 | 65 | 113 |
| Binary | 10011100 | 11100001 | 11010001 | 11111 | 0 | 111 | 1100 | 10100110 | 110101 | 1001011 |
Color Harmonies of #9CE1D1
Complementary color
Monochromatic Colors of #9CE1D1
Black with #9CE1D1
Text Example
Text Example
White with #9CE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1D1; }
p { color: rgb(156,225,209); }
H1.HeaderClassName
{
color: #9CE1D1;
}
.AnyTagClassName
{
color: #9CE1D1;
}
</style>
background-color css
<style>
a { background-color: #9CE1D1; }
a { background-color: rgb(156,225,209); }
div.DivClassName
{
background-color: #9CE1D1;
}
.BgClassName
{
background-color: #9CE1D1;
}
</style>
border-color css
<style>
span { border-color: #9CE1D1; }
span { border-color: rgb(156,225,209); }
td.TdClassName
{
border-color: #9CE1D1;
}
.TagClassName
{
border-color: #9CE1D1;
}
</style>