Shades of Sinbad #9DD5CC
Tints of Sinbad #9DD5CC
RGB
CMYK
RGB Variations
Color information
#9DD5CC (or 0x9DD5CC) is known color: Sinbad. HEX triplet: 9D, D5 and CC. RGB value is (157,213,204). Sum of RGB (Red+Green+Blue) = 157+213+204=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5CC is #622A33. Grayscale: #C3C3C3. Windows color (decimal): -6433332 or 13424029. OLE color: 13424029.
HSL color Cylindrical-coordinate representation of color #9DD5CC: hue angle of 170.36º 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 #9DD5CC is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 204 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.16 |
| HSL | 170.36º | 0.4% | 0.73% | - |
| HSV(B) | 170.36º | 0.26% | 0.84% | - |
| XYZ | 48.6 | 59.12 | 65.98 | - |
| YUV | 195.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 204 | 0.26 | 0 | 0.04 | 0.16 | 170.36 | 0.4 | 0.73 |
| Hex | 9D | D5 | CC | 1A | 0 | 4 | 10 | AA | 28 | 49 |
| Octal | 235 | 325 | 314 | 32 | 0 | 4 | 20 | 252 | 50 | 111 |
| Binary | 10011101 | 11010101 | 11001100 | 11010 | 0 | 100 | 10000 | 10101010 | 101000 | 1001001 |
Color Harmonies of #9DD5CC
Complementary color
Monochromatic Colors of #9DD5CC
Black with #9DD5CC
Text Example
Text Example
White with #9DD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD5CC; }
p { color: rgb(157,213,204); }
H1.HeaderClassName
{
color: #9DD5CC;
}
.AnyTagClassName
{
color: #9DD5CC;
}
</style>
background-color css
<style>
a { background-color: #9DD5CC; }
a { background-color: rgb(157,213,204); }
div.DivClassName
{
background-color: #9DD5CC;
}
.BgClassName
{
background-color: #9DD5CC;
}
</style>
border-color css
<style>
span { border-color: #9DD5CC; }
span { border-color: rgb(157,213,204); }
td.TdClassName
{
border-color: #9DD5CC;
}
.TagClassName
{
border-color: #9DD5CC;
}
</style>