Shades of Sinbad #9DDDCF
Tints of Sinbad #9DDDCF
RGB
CMYK
RGB Variations
Color information
#9DDDCF (or 0x9DDDCF) is known color: Sinbad. HEX triplet: 9D, DD and CF. RGB value is (157,221,207). Sum of RGB (Red+Green+Blue) = 157+221+207=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDCF is #622230. Grayscale: #C8C8C8. Windows color (decimal): -6431281 or 13622685. OLE color: 13622685.
HSL color Cylindrical-coordinate representation of color #9DDDCF: hue angle of 166.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDCF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 207 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.13 |
| HSL | 166.88º | 0.48% | 0.74% | - |
| HSV(B) | 166.88º | 0.29% | 0.87% | - |
| XYZ | 51.02 | 63.39 | 68.58 | - |
| YUV | 200.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 207 | 0.29 | 0 | 0.06 | 0.13 | 166.88 | 0.48 | 0.74 |
| Hex | 9D | DD | CF | 1D | 0 | 6 | D | A7 | 30 | 4A |
| Octal | 235 | 335 | 317 | 35 | 0 | 6 | 15 | 247 | 60 | 112 |
| Binary | 10011101 | 11011101 | 11001111 | 11101 | 0 | 110 | 1101 | 10100111 | 110000 | 1001010 |
Color Harmonies of #9DDDCF
Complementary color
Monochromatic Colors of #9DDDCF
Black with #9DDDCF
Text Example
Text Example
White with #9DDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDCF; }
p { color: rgb(157,221,207); }
H1.HeaderClassName
{
color: #9DDDCF;
}
.AnyTagClassName
{
color: #9DDDCF;
}
</style>
background-color css
<style>
a { background-color: #9DDDCF; }
a { background-color: rgb(157,221,207); }
div.DivClassName
{
background-color: #9DDDCF;
}
.BgClassName
{
background-color: #9DDDCF;
}
</style>
border-color css
<style>
span { border-color: #9DDDCF; }
span { border-color: rgb(157,221,207); }
td.TdClassName
{
border-color: #9DDDCF;
}
.TagClassName
{
border-color: #9DDDCF;
}
</style>