Shades of Sinbad #9CDECC
Tints of Sinbad #9CDECC
RGB
CMYK
RGB Variations
Color information
#9CDECC (or 0x9CDECC) is known color: Sinbad. HEX triplet: 9C, DE and CC. RGB value is (156,222,204). Sum of RGB (Red+Green+Blue) = 156+222+204=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDECC is #632133. Grayscale: #C8C8C8. Windows color (decimal): -6496564 or 13426332. OLE color: 13426332.
HSL color Cylindrical-coordinate representation of color #9CDECC: hue angle of 163.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDECC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 204 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.13 |
| HSL | 163.64º | 0.5% | 0.74% | - |
| HSV(B) | 163.64º | 0.3% | 0.87% | - |
| XYZ | 50.73 | 63.67 | 66.74 | - |
| YUV | 200.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 204 | 0.30 | 0 | 0.08 | 0.13 | 163.64 | 0.5 | 0.74 |
| Hex | 9C | DE | CC | 1E | 0 | 8 | D | A4 | 32 | 4A |
| Octal | 234 | 336 | 314 | 36 | 0 | 10 | 15 | 244 | 62 | 112 |
| Binary | 10011100 | 11011110 | 11001100 | 11110 | 0 | 1000 | 1101 | 10100100 | 110010 | 1001010 |
Color Harmonies of #9CDECC
Complementary color
Monochromatic Colors of #9CDECC
Black with #9CDECC
Text Example
Text Example
White with #9CDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDECC; }
p { color: rgb(156,222,204); }
H1.HeaderClassName
{
color: #9CDECC;
}
.AnyTagClassName
{
color: #9CDECC;
}
</style>
background-color css
<style>
a { background-color: #9CDECC; }
a { background-color: rgb(156,222,204); }
div.DivClassName
{
background-color: #9CDECC;
}
.BgClassName
{
background-color: #9CDECC;
}
</style>
border-color css
<style>
span { border-color: #9CDECC; }
span { border-color: rgb(156,222,204); }
td.TdClassName
{
border-color: #9CDECC;
}
.TagClassName
{
border-color: #9CDECC;
}
</style>