Shades of Sinbad #9DDBCB
Tints of Sinbad #9DDBCB
RGB
CMYK
RGB Variations
Color information
#9DDBCB (or 0x9DDBCB) is known color: Sinbad. HEX triplet: 9D, DB and CB. RGB value is (157,219,203). Sum of RGB (Red+Green+Blue) = 157+219+203=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBCB is #622434. Grayscale: #C6C6C6. Windows color (decimal): -6431797 or 13360029. OLE color: 13360029.
HSL color Cylindrical-coordinate representation of color #9DDBCB: hue angle of 164.52º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBCB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 203 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.14 |
| HSL | 164.52º | 0.46% | 0.74% | - |
| HSV(B) | 164.52º | 0.28% | 0.86% | - |
| XYZ | 50.02 | 62.14 | 65.86 | - |
| YUV | 198.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 203 | 0.28 | 0 | 0.07 | 0.14 | 164.52 | 0.46 | 0.74 |
| Hex | 9D | DB | CB | 1C | 0 | 7 | E | A5 | 2E | 4A |
| Octal | 235 | 333 | 313 | 34 | 0 | 7 | 16 | 245 | 56 | 112 |
| Binary | 10011101 | 11011011 | 11001011 | 11100 | 0 | 111 | 1110 | 10100101 | 101110 | 1001010 |
Color Harmonies of #9DDBCB
Complementary color
Monochromatic Colors of #9DDBCB
Black with #9DDBCB
Text Example
Text Example
White with #9DDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBCB; }
p { color: rgb(157,219,203); }
H1.HeaderClassName
{
color: #9DDBCB;
}
.AnyTagClassName
{
color: #9DDBCB;
}
</style>
background-color css
<style>
a { background-color: #9DDBCB; }
a { background-color: rgb(157,219,203); }
div.DivClassName
{
background-color: #9DDBCB;
}
.BgClassName
{
background-color: #9DDBCB;
}
</style>
border-color css
<style>
span { border-color: #9DDBCB; }
span { border-color: rgb(157,219,203); }
td.TdClassName
{
border-color: #9DDBCB;
}
.TagClassName
{
border-color: #9DDBCB;
}
</style>