Shades of Scandal #9CE1CD
Tints of Scandal #9CE1CD
RGB
CMYK
RGB Variations
Color information
#9CE1CD (or 0x9CE1CD) is known color: Scandal. HEX triplet: 9C, E1 and CD. RGB value is (156,225,205). Sum of RGB (Red+Green+Blue) = 156+225+205=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1CD is #631E32. Grayscale: #CACACA. Windows color (decimal): -6495795 or 13492636. OLE color: 13492636.
HSL color Cylindrical-coordinate representation of color #9CE1CD: hue angle of 162.61º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE1CD is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 205 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.12 |
| HSL | 162.61º | 0.53% | 0.75% | - |
| HSV(B) | 162.61º | 0.31% | 0.88% | - |
| XYZ | 51.65 | 65.33 | 67.64 | - |
| YUV | 202.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 205 | 0.31 | 0 | 0.09 | 0.12 | 162.61 | 0.53 | 0.75 |
| Hex | 9C | E1 | CD | 1F | 0 | 9 | C | A3 | 35 | 4B |
| Octal | 234 | 341 | 315 | 37 | 0 | 11 | 14 | 243 | 65 | 113 |
| Binary | 10011100 | 11100001 | 11001101 | 11111 | 0 | 1001 | 1100 | 10100011 | 110101 | 1001011 |
Color Harmonies of #9CE1CD
Complementary color
Monochromatic Colors of #9CE1CD
Black with #9CE1CD
Text Example
Text Example
White with #9CE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1CD; }
p { color: rgb(156,225,205); }
H1.HeaderClassName
{
color: #9CE1CD;
}
.AnyTagClassName
{
color: #9CE1CD;
}
</style>
background-color css
<style>
a { background-color: #9CE1CD; }
a { background-color: rgb(156,225,205); }
div.DivClassName
{
background-color: #9CE1CD;
}
.BgClassName
{
background-color: #9CE1CD;
}
</style>
border-color css
<style>
span { border-color: #9CE1CD; }
span { border-color: rgb(156,225,205); }
td.TdClassName
{
border-color: #9CE1CD;
}
.TagClassName
{
border-color: #9CE1CD;
}
</style>