Shades of Scandal #9CE0CE
Tints of Scandal #9CE0CE
RGB
CMYK
RGB Variations
Color information
#9CE0CE (or 0x9CE0CE) is known color: Scandal. HEX triplet: 9C, E0 and CE. RGB value is (156,224,206). Sum of RGB (Red+Green+Blue) = 156+224+206=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE0CE is #631F31. Grayscale: #C9C9C9. Windows color (decimal): -6496050 or 13557916. OLE color: 13557916.
HSL color Cylindrical-coordinate representation of color #9CE0CE: hue angle of 164.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CE0CE is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 206 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.12 |
| HSL | 164.12º | 0.52% | 0.75% | - |
| HSV(B) | 164.12º | 0.3% | 0.88% | - |
| XYZ | 51.51 | 64.84 | 68.19 | - |
| YUV | 201.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 206 | 0.30 | 0 | 0.08 | 0.12 | 164.12 | 0.52 | 0.75 |
| Hex | 9C | E0 | CE | 1E | 0 | 8 | C | A4 | 34 | 4B |
| Octal | 234 | 340 | 316 | 36 | 0 | 10 | 14 | 244 | 64 | 113 |
| Binary | 10011100 | 11100000 | 11001110 | 11110 | 0 | 1000 | 1100 | 10100100 | 110100 | 1001011 |
Color Harmonies of #9CE0CE
Complementary color
Monochromatic Colors of #9CE0CE
Black with #9CE0CE
Text Example
Text Example
White with #9CE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0CE; }
p { color: rgb(156,224,206); }
H1.HeaderClassName
{
color: #9CE0CE;
}
.AnyTagClassName
{
color: #9CE0CE;
}
</style>
background-color css
<style>
a { background-color: #9CE0CE; }
a { background-color: rgb(156,224,206); }
div.DivClassName
{
background-color: #9CE0CE;
}
.BgClassName
{
background-color: #9CE0CE;
}
</style>
border-color css
<style>
span { border-color: #9CE0CE; }
span { border-color: rgb(156,224,206); }
td.TdClassName
{
border-color: #9CE0CE;
}
.TagClassName
{
border-color: #9CE0CE;
}
</style>