Shades of Sinbad #9CCECA
Tints of Sinbad #9CCECA
RGB
CMYK
RGB Variations
Color information
#9CCECA (or 0x9CCECA) is known color: Sinbad. HEX triplet: 9C, CE and CA. RGB value is (156,206,202). Sum of RGB (Red+Green+Blue) = 156+206+202=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCECA is #633135. Grayscale: #BEBEBE. Windows color (decimal): -6500662 or 13291164. OLE color: 13291164.
HSL color Cylindrical-coordinate representation of color #9CCECA: hue angle of 175.2º 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 #9CCECA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 202 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.19 |
| HSL | 175.2º | 0.34% | 0.71% | - |
| HSV(B) | 175.2º | 0.24% | 0.81% | - |
| XYZ | 46.44 | 55.47 | 64.14 | - |
| YUV | 190.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 202 | 0.24 | 0 | 0.02 | 0.19 | 175.2 | 0.34 | 0.71 |
| Hex | 9C | CE | CA | 18 | 0 | 2 | 13 | AF | 22 | 47 |
| Octal | 234 | 316 | 312 | 30 | 0 | 2 | 23 | 257 | 42 | 107 |
| Binary | 10011100 | 11001110 | 11001010 | 11000 | 0 | 10 | 10011 | 10101111 | 100010 | 1000111 |
Color Harmonies of #9CCECA
Complementary color
Monochromatic Colors of #9CCECA
Black with #9CCECA
Text Example
Text Example
White with #9CCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCECA; }
p { color: rgb(156,206,202); }
H1.HeaderClassName
{
color: #9CCECA;
}
.AnyTagClassName
{
color: #9CCECA;
}
</style>
background-color css
<style>
a { background-color: #9CCECA; }
a { background-color: rgb(156,206,202); }
div.DivClassName
{
background-color: #9CCECA;
}
.BgClassName
{
background-color: #9CCECA;
}
</style>
border-color css
<style>
span { border-color: #9CCECA; }
span { border-color: rgb(156,206,202); }
td.TdClassName
{
border-color: #9CCECA;
}
.TagClassName
{
border-color: #9CCECA;
}
</style>