Shades of Sinbad #9DD5CB
Tints of Sinbad #9DD5CB
RGB
CMYK
RGB Variations
Color information
#9DD5CB (or 0x9DD5CB) is known color: Sinbad. HEX triplet: 9D, D5 and CB. RGB value is (157,213,203). Sum of RGB (Red+Green+Blue) = 157+213+203=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5CB is #622A34. Grayscale: #C3C3C3. Windows color (decimal): -6433333 or 13358493. OLE color: 13358493.
HSL color Cylindrical-coordinate representation of color #9DD5CB: hue angle of 169.29º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD5CB is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 203 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.16 |
| HSL | 169.29º | 0.4% | 0.73% | - |
| HSV(B) | 169.29º | 0.26% | 0.84% | - |
| XYZ | 48.48 | 59.07 | 65.35 | - |
| YUV | 195.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 203 | 0.26 | 0 | 0.05 | 0.16 | 169.29 | 0.4 | 0.73 |
| Hex | 9D | D5 | CB | 1A | 0 | 5 | 10 | A9 | 28 | 49 |
| Octal | 235 | 325 | 313 | 32 | 0 | 5 | 20 | 251 | 50 | 111 |
| Binary | 10011101 | 11010101 | 11001011 | 11010 | 0 | 101 | 10000 | 10101001 | 101000 | 1001001 |
Color Harmonies of #9DD5CB
Complementary color
Monochromatic Colors of #9DD5CB
Black with #9DD5CB
Text Example
Text Example
White with #9DD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD5CB; }
p { color: rgb(157,213,203); }
H1.HeaderClassName
{
color: #9DD5CB;
}
.AnyTagClassName
{
color: #9DD5CB;
}
</style>
background-color css
<style>
a { background-color: #9DD5CB; }
a { background-color: rgb(157,213,203); }
div.DivClassName
{
background-color: #9DD5CB;
}
.BgClassName
{
background-color: #9DD5CB;
}
</style>
border-color css
<style>
span { border-color: #9DD5CB; }
span { border-color: rgb(157,213,203); }
td.TdClassName
{
border-color: #9DD5CB;
}
.TagClassName
{
border-color: #9DD5CB;
}
</style>