Shades of Sinbad #9CDDCE
Tints of Sinbad #9CDDCE
RGB
CMYK
RGB Variations
Color information
#9CDDCE (or 0x9CDDCE) is known color: Sinbad. HEX triplet: 9C, DD and CE. RGB value is (156,221,206). Sum of RGB (Red+Green+Blue) = 156+221+206=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDCE is #632231. Grayscale: #C7C7C7. Windows color (decimal): -6496818 or 13557148. OLE color: 13557148.
HSL color Cylindrical-coordinate representation of color #9CDDCE: hue angle of 166.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDCE is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 206 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.13 |
| HSL | 166.15º | 0.49% | 0.74% | - |
| HSV(B) | 166.15º | 0.29% | 0.87% | - |
| XYZ | 50.71 | 63.24 | 67.93 | - |
| YUV | 199.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 206 | 0.29 | 0 | 0.07 | 0.13 | 166.15 | 0.49 | 0.74 |
| Hex | 9C | DD | CE | 1D | 0 | 7 | D | A6 | 31 | 4A |
| Octal | 234 | 335 | 316 | 35 | 0 | 7 | 15 | 246 | 61 | 112 |
| Binary | 10011100 | 11011101 | 11001110 | 11101 | 0 | 111 | 1101 | 10100110 | 110001 | 1001010 |
Color Harmonies of #9CDDCE
Complementary color
Monochromatic Colors of #9CDDCE
Black with #9CDDCE
Text Example
Text Example
White with #9CDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDCE; }
p { color: rgb(156,221,206); }
H1.HeaderClassName
{
color: #9CDDCE;
}
.AnyTagClassName
{
color: #9CDDCE;
}
</style>
background-color css
<style>
a { background-color: #9CDDCE; }
a { background-color: rgb(156,221,206); }
div.DivClassName
{
background-color: #9CDDCE;
}
.BgClassName
{
background-color: #9CDDCE;
}
</style>
border-color css
<style>
span { border-color: #9CDDCE; }
span { border-color: rgb(156,221,206); }
td.TdClassName
{
border-color: #9CDDCE;
}
.TagClassName
{
border-color: #9CDDCE;
}
</style>