Shades of Sinbad #9DDACC
Tints of Sinbad #9DDACC
RGB
CMYK
RGB Variations
Color information
#9DDACC (or 0x9DDACC) is known color: Sinbad. HEX triplet: 9D, DA and CC. RGB value is (157,218,204). Sum of RGB (Red+Green+Blue) = 157+218+204=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDACC is #622533. Grayscale: #C6C6C6. Windows color (decimal): -6432052 or 13425309. OLE color: 13425309.
HSL color Cylindrical-coordinate representation of color #9DDACC: hue angle of 166.23º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDACC is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 204 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.15 |
| HSL | 166.23º | 0.45% | 0.74% | - |
| HSV(B) | 166.23º | 0.28% | 0.85% | - |
| XYZ | 49.88 | 61.67 | 66.4 | - |
| YUV | 198.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 204 | 0.28 | 0 | 0.06 | 0.15 | 166.23 | 0.45 | 0.74 |
| Hex | 9D | DA | CC | 1C | 0 | 6 | F | A6 | 2D | 4A |
| Octal | 235 | 332 | 314 | 34 | 0 | 6 | 17 | 246 | 55 | 112 |
| Binary | 10011101 | 11011010 | 11001100 | 11100 | 0 | 110 | 1111 | 10100110 | 101101 | 1001010 |
Color Harmonies of #9DDACC
Complementary color
Monochromatic Colors of #9DDACC
Black with #9DDACC
Text Example
Text Example
White with #9DDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDACC; }
p { color: rgb(157,218,204); }
H1.HeaderClassName
{
color: #9DDACC;
}
.AnyTagClassName
{
color: #9DDACC;
}
</style>
background-color css
<style>
a { background-color: #9DDACC; }
a { background-color: rgb(157,218,204); }
div.DivClassName
{
background-color: #9DDACC;
}
.BgClassName
{
background-color: #9DDACC;
}
</style>
border-color css
<style>
span { border-color: #9DDACC; }
span { border-color: rgb(157,218,204); }
td.TdClassName
{
border-color: #9DDACC;
}
.TagClassName
{
border-color: #9DDACC;
}
</style>