Shades of Scandal #9CE1CE
Tints of Scandal #9CE1CE
RGB
CMYK
RGB Variations
Color information
#9CE1CE (or 0x9CE1CE) is known color: Scandal. HEX triplet: 9C, E1 and CE. RGB value is (156,225,206). Sum of RGB (Red+Green+Blue) = 156+225+206=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1CE is #631E31. Grayscale: #CACACA. Windows color (decimal): -6495794 or 13558172. OLE color: 13558172.
HSL color Cylindrical-coordinate representation of color #9CE1CE: hue angle of 163.48º 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 #9CE1CE is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 206 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.12 |
| HSL | 163.48º | 0.53% | 0.75% | - |
| HSV(B) | 163.48º | 0.31% | 0.88% | - |
| XYZ | 51.78 | 65.37 | 68.28 | - |
| YUV | 202.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 206 | 0.31 | 0 | 0.08 | 0.12 | 163.48 | 0.53 | 0.75 |
| Hex | 9C | E1 | CE | 1F | 0 | 8 | C | A3 | 35 | 4B |
| Octal | 234 | 341 | 316 | 37 | 0 | 10 | 14 | 243 | 65 | 113 |
| Binary | 10011100 | 11100001 | 11001110 | 11111 | 0 | 1000 | 1100 | 10100011 | 110101 | 1001011 |
Color Harmonies of #9CE1CE
Complementary color
Monochromatic Colors of #9CE1CE
Black with #9CE1CE
Text Example
Text Example
White with #9CE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1CE; }
p { color: rgb(156,225,206); }
H1.HeaderClassName
{
color: #9CE1CE;
}
.AnyTagClassName
{
color: #9CE1CE;
}
</style>
background-color css
<style>
a { background-color: #9CE1CE; }
a { background-color: rgb(156,225,206); }
div.DivClassName
{
background-color: #9CE1CE;
}
.BgClassName
{
background-color: #9CE1CE;
}
</style>
border-color css
<style>
span { border-color: #9CE1CE; }
span { border-color: rgb(156,225,206); }
td.TdClassName
{
border-color: #9CE1CE;
}
.TagClassName
{
border-color: #9CE1CE;
}
</style>