Shades of Sinbad #9CDCD2
Tints of Sinbad #9CDCD2
RGB
CMYK
RGB Variations
Color information
#9CDCD2 (or 0x9CDCD2) is known color: Sinbad. HEX triplet: 9C, DC and D2. RGB value is (156,220,210). Sum of RGB (Red+Green+Blue) = 156+220+210=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCD2 is #63232D. Grayscale: #C7C7C7. Windows color (decimal): -6497070 or 13819036. OLE color: 13819036.
HSL color Cylindrical-coordinate representation of color #9CDCD2: hue angle of 170.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCD2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 210 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.14 |
| HSL | 170.63º | 0.48% | 0.74% | - |
| HSV(B) | 170.63º | 0.29% | 0.86% | - |
| XYZ | 50.94 | 62.91 | 70.43 | - |
| YUV | 199.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 210 | 0.29 | 0 | 0.05 | 0.14 | 170.63 | 0.48 | 0.74 |
| Hex | 9C | DC | D2 | 1D | 0 | 5 | E | AB | 30 | 4A |
| Octal | 234 | 334 | 322 | 35 | 0 | 5 | 16 | 253 | 60 | 112 |
| Binary | 10011100 | 11011100 | 11010010 | 11101 | 0 | 101 | 1110 | 10101011 | 110000 | 1001010 |
Color Harmonies of #9CDCD2
Complementary color
Monochromatic Colors of #9CDCD2
Black with #9CDCD2
Text Example
Text Example
White with #9CDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCD2; }
p { color: rgb(156,220,210); }
H1.HeaderClassName
{
color: #9CDCD2;
}
.AnyTagClassName
{
color: #9CDCD2;
}
</style>
background-color css
<style>
a { background-color: #9CDCD2; }
a { background-color: rgb(156,220,210); }
div.DivClassName
{
background-color: #9CDCD2;
}
.BgClassName
{
background-color: #9CDCD2;
}
</style>
border-color css
<style>
span { border-color: #9CDCD2; }
span { border-color: rgb(156,220,210); }
td.TdClassName
{
border-color: #9CDCD2;
}
.TagClassName
{
border-color: #9CDCD2;
}
</style>