Shades of Sinbad #9CE3DD
Tints of Sinbad #9CE3DD
RGB
CMYK
RGB Variations
Color information
#9CE3DD (or 0x9CE3DD) is known color: Sinbad. HEX triplet: 9C, E3 and DD. RGB value is (156,227,221). Sum of RGB (Red+Green+Blue) = 156+227+221=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE3DD is #631C22. Grayscale: #CDCDCD. Windows color (decimal): -6495267 or 14541724. OLE color: 14541724.
HSL color Cylindrical-coordinate representation of color #9CE3DD: hue angle of 174.93º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE3DD is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 227 | 221 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.11 |
| HSL | 174.93º | 0.56% | 0.75% | - |
| HSV(B) | 174.93º | 0.31% | 0.89% | - |
| XYZ | 54.23 | 67.23 | 78.52 | - |
| YUV | 205.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 227 | 221 | 0.31 | 0 | 0.03 | 0.11 | 174.93 | 0.56 | 0.75 |
| Hex | 9C | E3 | DD | 1F | 0 | 3 | B | AF | 38 | 4B |
| Octal | 234 | 343 | 335 | 37 | 0 | 3 | 13 | 257 | 70 | 113 |
| Binary | 10011100 | 11100011 | 11011101 | 11111 | 0 | 11 | 1011 | 10101111 | 111000 | 1001011 |
Color Harmonies of #9CE3DD
Complementary color
Monochromatic Colors of #9CE3DD
Black with #9CE3DD
Text Example
Text Example
White with #9CE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE3DD; }
p { color: rgb(156,227,221); }
H1.HeaderClassName
{
color: #9CE3DD;
}
.AnyTagClassName
{
color: #9CE3DD;
}
</style>
background-color css
<style>
a { background-color: #9CE3DD; }
a { background-color: rgb(156,227,221); }
div.DivClassName
{
background-color: #9CE3DD;
}
.BgClassName
{
background-color: #9CE3DD;
}
</style>
border-color css
<style>
span { border-color: #9CE3DD; }
span { border-color: rgb(156,227,221); }
td.TdClassName
{
border-color: #9CE3DD;
}
.TagClassName
{
border-color: #9CE3DD;
}
</style>