Shades of Sinbad #9DDBCE
Tints of Sinbad #9DDBCE
RGB
CMYK
RGB Variations
Color information
#9DDBCE (or 0x9DDBCE) is known color: Sinbad. HEX triplet: 9D, DB and CE. RGB value is (157,219,206). Sum of RGB (Red+Green+Blue) = 157+219+206=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBCE is #622431. Grayscale: #C6C6C6. Windows color (decimal): -6431794 or 13556637. OLE color: 13556637.
HSL color Cylindrical-coordinate representation of color #9DDBCE: hue angle of 167.42º 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 #9DDBCE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 206 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.14 |
| HSL | 167.42º | 0.46% | 0.74% | - |
| HSV(B) | 167.42º | 0.28% | 0.86% | - |
| XYZ | 50.38 | 62.29 | 67.76 | - |
| YUV | 198.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 206 | 0.28 | 0 | 0.06 | 0.14 | 167.42 | 0.46 | 0.74 |
| Hex | 9D | DB | CE | 1C | 0 | 6 | E | A7 | 2E | 4A |
| Octal | 235 | 333 | 316 | 34 | 0 | 6 | 16 | 247 | 56 | 112 |
| Binary | 10011101 | 11011011 | 11001110 | 11100 | 0 | 110 | 1110 | 10100111 | 101110 | 1001010 |
Color Harmonies of #9DDBCE
Complementary color
Monochromatic Colors of #9DDBCE
Black with #9DDBCE
Text Example
Text Example
White with #9DDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBCE; }
p { color: rgb(157,219,206); }
H1.HeaderClassName
{
color: #9DDBCE;
}
.AnyTagClassName
{
color: #9DDBCE;
}
</style>
background-color css
<style>
a { background-color: #9DDBCE; }
a { background-color: rgb(157,219,206); }
div.DivClassName
{
background-color: #9DDBCE;
}
.BgClassName
{
background-color: #9DDBCE;
}
</style>
border-color css
<style>
span { border-color: #9DDBCE; }
span { border-color: rgb(157,219,206); }
td.TdClassName
{
border-color: #9DDBCE;
}
.TagClassName
{
border-color: #9DDBCE;
}
</style>