Shades of Sinbad #9CDDCF
Tints of Sinbad #9CDDCF
RGB
CMYK
RGB Variations
Color information
#9CDDCF (or 0x9CDDCF) is known color: Sinbad. HEX triplet: 9C, DD and CF. RGB value is (156,221,207). Sum of RGB (Red+Green+Blue) = 156+221+207=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDCF is #632230. Grayscale: #C7C7C7. Windows color (decimal): -6496817 or 13622684. OLE color: 13622684.
HSL color Cylindrical-coordinate representation of color #9CDDCF: hue angle of 167.08º degrees, saturation: 0.49, 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 #9CDDCF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 207 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.13 |
| HSL | 167.08º | 0.49% | 0.74% | - |
| HSV(B) | 167.08º | 0.29% | 0.87% | - |
| XYZ | 50.83 | 63.29 | 68.57 | - |
| YUV | 199.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 207 | 0.29 | 0 | 0.06 | 0.13 | 167.08 | 0.49 | 0.74 |
| Hex | 9C | DD | CF | 1D | 0 | 6 | D | A7 | 31 | 4A |
| Octal | 234 | 335 | 317 | 35 | 0 | 6 | 15 | 247 | 61 | 112 |
| Binary | 10011100 | 11011101 | 11001111 | 11101 | 0 | 110 | 1101 | 10100111 | 110001 | 1001010 |
Color Harmonies of #9CDDCF
Complementary color
Monochromatic Colors of #9CDDCF
Black with #9CDDCF
Text Example
Text Example
White with #9CDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDCF; }
p { color: rgb(156,221,207); }
H1.HeaderClassName
{
color: #9CDDCF;
}
.AnyTagClassName
{
color: #9CDDCF;
}
</style>
background-color css
<style>
a { background-color: #9CDDCF; }
a { background-color: rgb(156,221,207); }
div.DivClassName
{
background-color: #9CDDCF;
}
.BgClassName
{
background-color: #9CDDCF;
}
</style>
border-color css
<style>
span { border-color: #9CDDCF; }
span { border-color: rgb(156,221,207); }
td.TdClassName
{
border-color: #9CDDCF;
}
.TagClassName
{
border-color: #9CDDCF;
}
</style>