Shades of Sinbad #9CCFC9
Tints of Sinbad #9CCFC9
RGB
CMYK
RGB Variations
Color information
#9CCFC9 (or 0x9CCFC9) is known color: Sinbad. HEX triplet: 9C, CF and C9. RGB value is (156,207,201). Sum of RGB (Red+Green+Blue) = 156+207+201=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFC9 is #633036. Grayscale: #BFBFBF. Windows color (decimal): -6500407 or 13225884. OLE color: 13225884.
HSL color Cylindrical-coordinate representation of color #9CCFC9: hue angle of 172.94º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCFC9 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 201 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.19 |
| HSL | 172.94º | 0.35% | 0.71% | - |
| HSV(B) | 172.94º | 0.25% | 0.81% | - |
| XYZ | 46.57 | 55.91 | 63.6 | - |
| YUV | 191.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 201 | 0.25 | 0 | 0.03 | 0.19 | 172.94 | 0.35 | 0.71 |
| Hex | 9C | CF | C9 | 19 | 0 | 3 | 13 | AD | 23 | 47 |
| Octal | 234 | 317 | 311 | 31 | 0 | 3 | 23 | 255 | 43 | 107 |
| Binary | 10011100 | 11001111 | 11001001 | 11001 | 0 | 11 | 10011 | 10101101 | 100011 | 1000111 |
Color Harmonies of #9CCFC9
Complementary color
Monochromatic Colors of #9CCFC9
Black with #9CCFC9
Text Example
Text Example
White with #9CCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFC9; }
p { color: rgb(156,207,201); }
H1.HeaderClassName
{
color: #9CCFC9;
}
.AnyTagClassName
{
color: #9CCFC9;
}
</style>
background-color css
<style>
a { background-color: #9CCFC9; }
a { background-color: rgb(156,207,201); }
div.DivClassName
{
background-color: #9CCFC9;
}
.BgClassName
{
background-color: #9CCFC9;
}
</style>
border-color css
<style>
span { border-color: #9CCFC9; }
span { border-color: rgb(156,207,201); }
td.TdClassName
{
border-color: #9CCFC9;
}
.TagClassName
{
border-color: #9CCFC9;
}
</style>