Shades of Sinbad #9CDACB
Tints of Sinbad #9CDACB
RGB
CMYK
RGB Variations
Color information
#9CDACB (or 0x9CDACB) is known color: Sinbad. HEX triplet: 9C, DA and CB. RGB value is (156,218,203). Sum of RGB (Red+Green+Blue) = 156+218+203=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDACB is #632534. Grayscale: #C5C5C5. Windows color (decimal): -6497589 or 13359772. OLE color: 13359772.
HSL color Cylindrical-coordinate representation of color #9CDACB: hue angle of 165.48º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDACB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 203 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.15 |
| HSL | 165.48º | 0.46% | 0.73% | - |
| HSV(B) | 165.48º | 0.28% | 0.85% | - |
| XYZ | 49.56 | 61.52 | 65.76 | - |
| YUV | 197.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 203 | 0.28 | 0 | 0.07 | 0.15 | 165.48 | 0.46 | 0.73 |
| Hex | 9C | DA | CB | 1C | 0 | 7 | F | A5 | 2E | 49 |
| Octal | 234 | 332 | 313 | 34 | 0 | 7 | 17 | 245 | 56 | 111 |
| Binary | 10011100 | 11011010 | 11001011 | 11100 | 0 | 111 | 1111 | 10100101 | 101110 | 1001001 |
Color Harmonies of #9CDACB
Complementary color
Monochromatic Colors of #9CDACB
Black with #9CDACB
Text Example
Text Example
White with #9CDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDACB; }
p { color: rgb(156,218,203); }
H1.HeaderClassName
{
color: #9CDACB;
}
.AnyTagClassName
{
color: #9CDACB;
}
</style>
background-color css
<style>
a { background-color: #9CDACB; }
a { background-color: rgb(156,218,203); }
div.DivClassName
{
background-color: #9CDACB;
}
.BgClassName
{
background-color: #9CDACB;
}
</style>
border-color css
<style>
span { border-color: #9CDACB; }
span { border-color: rgb(156,218,203); }
td.TdClassName
{
border-color: #9CDACB;
}
.TagClassName
{
border-color: #9CDACB;
}
</style>