Shades of Sinbad #9CDDD4
Tints of Sinbad #9CDDD4
RGB
CMYK
RGB Variations
Color information
#9CDDD4 (or 0x9CDDD4) is known color: Sinbad. HEX triplet: 9C, DD and D4. RGB value is (156,221,212). Sum of RGB (Red+Green+Blue) = 156+221+212=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDD4 is #63222B. Grayscale: #C8C8C8. Windows color (decimal): -6496812 or 13950364. OLE color: 13950364.
HSL color Cylindrical-coordinate representation of color #9CDDD4: hue angle of 171.69º 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 #9CDDD4 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 212 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.13 |
| HSL | 171.69º | 0.49% | 0.74% | - |
| HSV(B) | 171.69º | 0.29% | 0.87% | - |
| XYZ | 51.45 | 63.53 | 71.84 | - |
| YUV | 200.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 212 | 0.29 | 0 | 0.04 | 0.13 | 171.69 | 0.49 | 0.74 |
| Hex | 9C | DD | D4 | 1D | 0 | 4 | D | AC | 31 | 4A |
| Octal | 234 | 335 | 324 | 35 | 0 | 4 | 15 | 254 | 61 | 112 |
| Binary | 10011100 | 11011101 | 11010100 | 11101 | 0 | 100 | 1101 | 10101100 | 110001 | 1001010 |
Color Harmonies of #9CDDD4
Complementary color
Monochromatic Colors of #9CDDD4
Black with #9CDDD4
Text Example
Text Example
White with #9CDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDD4; }
p { color: rgb(156,221,212); }
H1.HeaderClassName
{
color: #9CDDD4;
}
.AnyTagClassName
{
color: #9CDDD4;
}
</style>
background-color css
<style>
a { background-color: #9CDDD4; }
a { background-color: rgb(156,221,212); }
div.DivClassName
{
background-color: #9CDDD4;
}
.BgClassName
{
background-color: #9CDDD4;
}
</style>
border-color css
<style>
span { border-color: #9CDDD4; }
span { border-color: rgb(156,221,212); }
td.TdClassName
{
border-color: #9CDDD4;
}
.TagClassName
{
border-color: #9CDDD4;
}
</style>