Shades of Sinbad #9DDACF
Tints of Sinbad #9DDACF
RGB
CMYK
RGB Variations
Color information
#9DDACF (or 0x9DDACF) is known color: Sinbad. HEX triplet: 9D, DA and CF. RGB value is (157,218,207). Sum of RGB (Red+Green+Blue) = 157+218+207=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDACF is #622530. Grayscale: #C6C6C6. Windows color (decimal): -6432049 or 13621917. OLE color: 13621917.
HSL color Cylindrical-coordinate representation of color #9DDACF: hue angle of 169.18º 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 #9DDACF is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 207 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.15 |
| HSL | 169.18º | 0.45% | 0.74% | - |
| HSV(B) | 169.18º | 0.28% | 0.85% | - |
| XYZ | 50.24 | 61.82 | 68.32 | - |
| YUV | 198.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 207 | 0.28 | 0 | 0.05 | 0.15 | 169.18 | 0.45 | 0.74 |
| Hex | 9D | DA | CF | 1C | 0 | 5 | F | A9 | 2D | 4A |
| Octal | 235 | 332 | 317 | 34 | 0 | 5 | 17 | 251 | 55 | 112 |
| Binary | 10011101 | 11011010 | 11001111 | 11100 | 0 | 101 | 1111 | 10101001 | 101101 | 1001010 |
Color Harmonies of #9DDACF
Complementary color
Monochromatic Colors of #9DDACF
Black with #9DDACF
Text Example
Text Example
White with #9DDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDACF; }
p { color: rgb(157,218,207); }
H1.HeaderClassName
{
color: #9DDACF;
}
.AnyTagClassName
{
color: #9DDACF;
}
</style>
background-color css
<style>
a { background-color: #9DDACF; }
a { background-color: rgb(157,218,207); }
div.DivClassName
{
background-color: #9DDACF;
}
.BgClassName
{
background-color: #9DDACF;
}
</style>
border-color css
<style>
span { border-color: #9DDACF; }
span { border-color: rgb(157,218,207); }
td.TdClassName
{
border-color: #9DDACF;
}
.TagClassName
{
border-color: #9DDACF;
}
</style>