Shades of Sinbad #9CDCCB
Tints of Sinbad #9CDCCB
RGB
CMYK
RGB Variations
Color information
#9CDCCB (or 0x9CDCCB) is known color: Sinbad. HEX triplet: 9C, DC and CB. RGB value is (156,220,203). Sum of RGB (Red+Green+Blue) = 156+220+203=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCCB is #632334. Grayscale: #C6C6C6. Windows color (decimal): -6497077 or 13360284. OLE color: 13360284.
HSL color Cylindrical-coordinate representation of color #9CDCCB: hue angle of 164.06º 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 #9CDCCB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 203 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.14 |
| HSL | 164.06º | 0.48% | 0.74% | - |
| HSV(B) | 164.06º | 0.29% | 0.86% | - |
| XYZ | 50.08 | 62.57 | 65.94 | - |
| YUV | 198.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 203 | 0.29 | 0 | 0.08 | 0.14 | 164.06 | 0.48 | 0.74 |
| Hex | 9C | DC | CB | 1D | 0 | 8 | E | A4 | 30 | 4A |
| Octal | 234 | 334 | 313 | 35 | 0 | 10 | 16 | 244 | 60 | 112 |
| Binary | 10011100 | 11011100 | 11001011 | 11101 | 0 | 1000 | 1110 | 10100100 | 110000 | 1001010 |
Color Harmonies of #9CDCCB
Complementary color
Monochromatic Colors of #9CDCCB
Black with #9CDCCB
Text Example
Text Example
White with #9CDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCCB; }
p { color: rgb(156,220,203); }
H1.HeaderClassName
{
color: #9CDCCB;
}
.AnyTagClassName
{
color: #9CDCCB;
}
</style>
background-color css
<style>
a { background-color: #9CDCCB; }
a { background-color: rgb(156,220,203); }
div.DivClassName
{
background-color: #9CDCCB;
}
.BgClassName
{
background-color: #9CDCCB;
}
</style>
border-color css
<style>
span { border-color: #9CDCCB; }
span { border-color: rgb(156,220,203); }
td.TdClassName
{
border-color: #9CDCCB;
}
.TagClassName
{
border-color: #9CDCCB;
}
</style>