Shades of Scandal #9CE1CF
Tints of Scandal #9CE1CF
RGB
CMYK
RGB Variations
Color information
#9CE1CF (or 0x9CE1CF) is known color: Scandal. HEX triplet: 9C, E1 and CF. RGB value is (156,225,207). Sum of RGB (Red+Green+Blue) = 156+225+207=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1CF is #631E30. Grayscale: #CACACA. Windows color (decimal): -6495793 or 13623708. OLE color: 13623708.
HSL color Cylindrical-coordinate representation of color #9CE1CF: hue angle of 164.35º 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 #9CE1CF is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 207 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.12 |
| HSL | 164.35º | 0.53% | 0.75% | - |
| HSV(B) | 164.35º | 0.31% | 0.88% | - |
| XYZ | 51.9 | 65.42 | 68.92 | - |
| YUV | 202.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 207 | 0.31 | 0 | 0.08 | 0.12 | 164.35 | 0.53 | 0.75 |
| Hex | 9C | E1 | CF | 1F | 0 | 8 | C | A4 | 35 | 4B |
| Octal | 234 | 341 | 317 | 37 | 0 | 10 | 14 | 244 | 65 | 113 |
| Binary | 10011100 | 11100001 | 11001111 | 11111 | 0 | 1000 | 1100 | 10100100 | 110101 | 1001011 |
Color Harmonies of #9CE1CF
Complementary color
Monochromatic Colors of #9CE1CF
Black with #9CE1CF
Text Example
Text Example
White with #9CE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1CF; }
p { color: rgb(156,225,207); }
H1.HeaderClassName
{
color: #9CE1CF;
}
.AnyTagClassName
{
color: #9CE1CF;
}
</style>
background-color css
<style>
a { background-color: #9CE1CF; }
a { background-color: rgb(156,225,207); }
div.DivClassName
{
background-color: #9CE1CF;
}
.BgClassName
{
background-color: #9CE1CF;
}
</style>
border-color css
<style>
span { border-color: #9CE1CF; }
span { border-color: rgb(156,225,207); }
td.TdClassName
{
border-color: #9CE1CF;
}
.TagClassName
{
border-color: #9CE1CF;
}
</style>