Shades of Sinbad #9CCEC9
Tints of Sinbad #9CCEC9
RGB
CMYK
RGB Variations
Color information
#9CCEC9 (or 0x9CCEC9) is known color: Sinbad. HEX triplet: 9C, CE and C9. RGB value is (156,206,201). Sum of RGB (Red+Green+Blue) = 156+206+201=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEC9 is #633136. Grayscale: #BEBEBE. Windows color (decimal): -6500663 or 13225628. OLE color: 13225628.
HSL color Cylindrical-coordinate representation of color #9CCEC9: hue angle of 174º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCEC9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 201 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.19 |
| HSL | 174º | 0.34% | 0.71% | - |
| HSV(B) | 174º | 0.24% | 0.81% | - |
| XYZ | 46.32 | 55.43 | 63.52 | - |
| YUV | 190.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 201 | 0.24 | 0 | 0.02 | 0.19 | 174 | 0.34 | 0.71 |
| Hex | 9C | CE | C9 | 18 | 0 | 2 | 13 | AE | 22 | 47 |
| Octal | 234 | 316 | 311 | 30 | 0 | 2 | 23 | 256 | 42 | 107 |
| Binary | 10011100 | 11001110 | 11001001 | 11000 | 0 | 10 | 10011 | 10101110 | 100010 | 1000111 |
Color Harmonies of #9CCEC9
Complementary color
Monochromatic Colors of #9CCEC9
Black with #9CCEC9
Text Example
Text Example
White with #9CCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEC9; }
p { color: rgb(156,206,201); }
H1.HeaderClassName
{
color: #9CCEC9;
}
.AnyTagClassName
{
color: #9CCEC9;
}
</style>
background-color css
<style>
a { background-color: #9CCEC9; }
a { background-color: rgb(156,206,201); }
div.DivClassName
{
background-color: #9CCEC9;
}
.BgClassName
{
background-color: #9CCEC9;
}
</style>
border-color css
<style>
span { border-color: #9CCEC9; }
span { border-color: rgb(156,206,201); }
td.TdClassName
{
border-color: #9CCEC9;
}
.TagClassName
{
border-color: #9CCEC9;
}
</style>