Shades of Sinbad #9CDED1
Tints of Sinbad #9CDED1
RGB
CMYK
RGB Variations
Color information
#9CDED1 (or 0x9CDED1) is known color: Sinbad. HEX triplet: 9C, DE and D1. RGB value is (156,222,209). Sum of RGB (Red+Green+Blue) = 156+222+209=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDED1 is #63212E. Grayscale: #C8C8C8. Windows color (decimal): -6496559 or 13754012. OLE color: 13754012.
HSL color Cylindrical-coordinate representation of color #9CDED1: hue angle of 168.18º 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 #9CDED1 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 209 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.13 |
| HSL | 168.18º | 0.5% | 0.74% | - |
| HSV(B) | 168.18º | 0.3% | 0.87% | - |
| XYZ | 51.34 | 63.91 | 69.95 | - |
| YUV | 200.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 209 | 0.30 | 0 | 0.06 | 0.13 | 168.18 | 0.5 | 0.74 |
| Hex | 9C | DE | D1 | 1E | 0 | 6 | D | A8 | 32 | 4A |
| Octal | 234 | 336 | 321 | 36 | 0 | 6 | 15 | 250 | 62 | 112 |
| Binary | 10011100 | 11011110 | 11010001 | 11110 | 0 | 110 | 1101 | 10101000 | 110010 | 1001010 |
Color Harmonies of #9CDED1
Complementary color
Monochromatic Colors of #9CDED1
Black with #9CDED1
Text Example
Text Example
White with #9CDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDED1; }
p { color: rgb(156,222,209); }
H1.HeaderClassName
{
color: #9CDED1;
}
.AnyTagClassName
{
color: #9CDED1;
}
</style>
background-color css
<style>
a { background-color: #9CDED1; }
a { background-color: rgb(156,222,209); }
div.DivClassName
{
background-color: #9CDED1;
}
.BgClassName
{
background-color: #9CDED1;
}
</style>
border-color css
<style>
span { border-color: #9CDED1; }
span { border-color: rgb(156,222,209); }
td.TdClassName
{
border-color: #9CDED1;
}
.TagClassName
{
border-color: #9CDED1;
}
</style>