Shades of Sinbad #9DDFDA
Tints of Sinbad #9DDFDA
RGB
CMYK
RGB Variations
Color information
#9DDFDA (or 0x9DDFDA) is known color: Sinbad. HEX triplet: 9D, DF and DA. RGB value is (157,223,218). Sum of RGB (Red+Green+Blue) = 157+223+218=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFDA is #622025. Grayscale: #CACACA. Windows color (decimal): -6430758 or 14344093. OLE color: 14344093.
HSL color Cylindrical-coordinate representation of color #9DDFDA: hue angle of 175.45º 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 #9DDFDA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 218 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.13 |
| HSL | 175.45º | 0.51% | 0.75% | - |
| HSV(B) | 175.45º | 0.3% | 0.87% | - |
| XYZ | 52.95 | 65.01 | 76.09 | - |
| YUV | 202.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 218 | 0.30 | 0 | 0.02 | 0.13 | 175.45 | 0.51 | 0.75 |
| Hex | 9D | DF | DA | 1E | 0 | 2 | D | AF | 33 | 4B |
| Octal | 235 | 337 | 332 | 36 | 0 | 2 | 15 | 257 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11011010 | 11110 | 0 | 10 | 1101 | 10101111 | 110011 | 1001011 |
Color Harmonies of #9DDFDA
Complementary color
Monochromatic Colors of #9DDFDA
Black with #9DDFDA
Text Example
Text Example
White with #9DDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFDA; }
p { color: rgb(157,223,218); }
H1.HeaderClassName
{
color: #9DDFDA;
}
.AnyTagClassName
{
color: #9DDFDA;
}
</style>
background-color css
<style>
a { background-color: #9DDFDA; }
a { background-color: rgb(157,223,218); }
div.DivClassName
{
background-color: #9DDFDA;
}
.BgClassName
{
background-color: #9DDFDA;
}
</style>
border-color css
<style>
span { border-color: #9DDFDA; }
span { border-color: rgb(157,223,218); }
td.TdClassName
{
border-color: #9DDFDA;
}
.TagClassName
{
border-color: #9DDFDA;
}
</style>