Shades of Sinbad #9DDFD8
Tints of Sinbad #9DDFD8
RGB
CMYK
RGB Variations
Color information
#9DDFD8 (or 0x9DDFD8) is known color: Sinbad. HEX triplet: 9D, DF and D8. RGB value is (157,223,216). Sum of RGB (Red+Green+Blue) = 157+223+216=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFD8 is #622027. Grayscale: #CACACA. Windows color (decimal): -6430760 or 14213021. OLE color: 14213021.
HSL color Cylindrical-coordinate representation of color #9DDFD8: hue angle of 173.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFD8 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 216 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.13 |
| HSL | 173.64º | 0.51% | 0.75% | - |
| HSV(B) | 173.64º | 0.3% | 0.87% | - |
| XYZ | 52.69 | 64.9 | 74.72 | - |
| YUV | 202.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 216 | 0.30 | 0 | 0.03 | 0.13 | 173.64 | 0.51 | 0.75 |
| Hex | 9D | DF | D8 | 1E | 0 | 3 | D | AE | 33 | 4B |
| Octal | 235 | 337 | 330 | 36 | 0 | 3 | 15 | 256 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11011000 | 11110 | 0 | 11 | 1101 | 10101110 | 110011 | 1001011 |
Color Harmonies of #9DDFD8
Complementary color
Monochromatic Colors of #9DDFD8
Black with #9DDFD8
Text Example
Text Example
White with #9DDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFD8; }
p { color: rgb(157,223,216); }
H1.HeaderClassName
{
color: #9DDFD8;
}
.AnyTagClassName
{
color: #9DDFD8;
}
</style>
background-color css
<style>
a { background-color: #9DDFD8; }
a { background-color: rgb(157,223,216); }
div.DivClassName
{
background-color: #9DDFD8;
}
.BgClassName
{
background-color: #9DDFD8;
}
</style>
border-color css
<style>
span { border-color: #9DDFD8; }
span { border-color: rgb(157,223,216); }
td.TdClassName
{
border-color: #9DDFD8;
}
.TagClassName
{
border-color: #9DDFD8;
}
</style>