Shades of Scandal #9CE1CC
Tints of Scandal #9CE1CC
RGB
CMYK
RGB Variations
Color information
#9CE1CC (or 0x9CE1CC) is known color: Scandal. HEX triplet: 9C, E1 and CC. RGB value is (156,225,204). Sum of RGB (Red+Green+Blue) = 156+225+204=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1CC is #631E33. Grayscale: #C9C9C9. Windows color (decimal): -6495796 or 13427100. OLE color: 13427100.
HSL color Cylindrical-coordinate representation of color #9CE1CC: hue angle of 161.74º 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 #9CE1CC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 204 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.12 |
| HSL | 161.74º | 0.53% | 0.75% | - |
| HSV(B) | 161.74º | 0.31% | 0.88% | - |
| XYZ | 51.53 | 65.28 | 67.01 | - |
| YUV | 201.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 204 | 0.31 | 0 | 0.09 | 0.12 | 161.74 | 0.53 | 0.75 |
| Hex | 9C | E1 | CC | 1F | 0 | 9 | C | A2 | 35 | 4B |
| Octal | 234 | 341 | 314 | 37 | 0 | 11 | 14 | 242 | 65 | 113 |
| Binary | 10011100 | 11100001 | 11001100 | 11111 | 0 | 1001 | 1100 | 10100010 | 110101 | 1001011 |
Color Harmonies of #9CE1CC
Complementary color
Monochromatic Colors of #9CE1CC
Black with #9CE1CC
Text Example
Text Example
White with #9CE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1CC; }
p { color: rgb(156,225,204); }
H1.HeaderClassName
{
color: #9CE1CC;
}
.AnyTagClassName
{
color: #9CE1CC;
}
</style>
background-color css
<style>
a { background-color: #9CE1CC; }
a { background-color: rgb(156,225,204); }
div.DivClassName
{
background-color: #9CE1CC;
}
.BgClassName
{
background-color: #9CE1CC;
}
</style>
border-color css
<style>
span { border-color: #9CE1CC; }
span { border-color: rgb(156,225,204); }
td.TdClassName
{
border-color: #9CE1CC;
}
.TagClassName
{
border-color: #9CE1CC;
}
</style>