Shades of Sinbad #9DD0CC
Tints of Sinbad #9DD0CC
RGB
CMYK
RGB Variations
Color information
#9DD0CC (or 0x9DD0CC) is known color: Sinbad. HEX triplet: 9D, D0 and CC. RGB value is (157,208,204). Sum of RGB (Red+Green+Blue) = 157+208+204=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0CC is #622F33. Grayscale: #C0C0C0. Windows color (decimal): -6434612 or 13422749. OLE color: 13422749.
HSL color Cylindrical-coordinate representation of color #9DD0CC: hue angle of 175.29º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD0CC is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 204 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.18 |
| HSL | 175.29º | 0.35% | 0.72% | - |
| HSV(B) | 175.29º | 0.25% | 0.82% | - |
| XYZ | 47.36 | 56.64 | 65.56 | - |
| YUV | 192.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 204 | 0.25 | 0 | 0.02 | 0.18 | 175.29 | 0.35 | 0.72 |
| Hex | 9D | D0 | CC | 19 | 0 | 2 | 12 | AF | 23 | 48 |
| Octal | 235 | 320 | 314 | 31 | 0 | 2 | 22 | 257 | 43 | 110 |
| Binary | 10011101 | 11010000 | 11001100 | 11001 | 0 | 10 | 10010 | 10101111 | 100011 | 1001000 |
Color Harmonies of #9DD0CC
Complementary color
Monochromatic Colors of #9DD0CC
Black with #9DD0CC
Text Example
Text Example
White with #9DD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0CC; }
p { color: rgb(157,208,204); }
H1.HeaderClassName
{
color: #9DD0CC;
}
.AnyTagClassName
{
color: #9DD0CC;
}
</style>
background-color css
<style>
a { background-color: #9DD0CC; }
a { background-color: rgb(157,208,204); }
div.DivClassName
{
background-color: #9DD0CC;
}
.BgClassName
{
background-color: #9DD0CC;
}
</style>
border-color css
<style>
span { border-color: #9DD0CC; }
span { border-color: rgb(157,208,204); }
td.TdClassName
{
border-color: #9DD0CC;
}
.TagClassName
{
border-color: #9DD0CC;
}
</style>