Shades of Sinbad #9CDBCB
Tints of Sinbad #9CDBCB
RGB
CMYK
RGB Variations
Color information
#9CDBCB (or 0x9CDBCB) is known color: Sinbad. HEX triplet: 9C, DB and CB. RGB value is (156,219,203). Sum of RGB (Red+Green+Blue) = 156+219+203=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBCB is #632434. Grayscale: #C6C6C6. Windows color (decimal): -6497333 or 13360028. OLE color: 13360028.
HSL color Cylindrical-coordinate representation of color #9CDBCB: hue angle of 164.76º degrees, saturation: 0.47, 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 #9CDBCB is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 203 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.14 |
| HSL | 164.76º | 0.47% | 0.74% | - |
| HSV(B) | 164.76º | 0.29% | 0.86% | - |
| XYZ | 49.82 | 62.04 | 65.85 | - |
| YUV | 198.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 203 | 0.29 | 0 | 0.07 | 0.14 | 164.76 | 0.47 | 0.74 |
| Hex | 9C | DB | CB | 1D | 0 | 7 | E | A5 | 2F | 4A |
| Octal | 234 | 333 | 313 | 35 | 0 | 7 | 16 | 245 | 57 | 112 |
| Binary | 10011100 | 11011011 | 11001011 | 11101 | 0 | 111 | 1110 | 10100101 | 101111 | 1001010 |
Color Harmonies of #9CDBCB
Complementary color
Monochromatic Colors of #9CDBCB
Black with #9CDBCB
Text Example
Text Example
White with #9CDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBCB; }
p { color: rgb(156,219,203); }
H1.HeaderClassName
{
color: #9CDBCB;
}
.AnyTagClassName
{
color: #9CDBCB;
}
</style>
background-color css
<style>
a { background-color: #9CDBCB; }
a { background-color: rgb(156,219,203); }
div.DivClassName
{
background-color: #9CDBCB;
}
.BgClassName
{
background-color: #9CDBCB;
}
</style>
border-color css
<style>
span { border-color: #9CDBCB; }
span { border-color: rgb(156,219,203); }
td.TdClassName
{
border-color: #9CDBCB;
}
.TagClassName
{
border-color: #9CDBCB;
}
</style>