Shades of Scandal #9EE0CF
Tints of Scandal #9EE0CF
RGB
CMYK
RGB Variations
Color information
#9EE0CF (or 0x9EE0CF) is known color: Scandal. HEX triplet: 9E, E0 and CF. RGB value is (158,224,207). Sum of RGB (Red+Green+Blue) = 158+224+207=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0CF is #611F30. Grayscale: #CACACA. Windows color (decimal): -6364977 or 13623454. OLE color: 13623454.
HSL color Cylindrical-coordinate representation of color #9EE0CF: hue angle of 164.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0CF is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 207 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.12 |
| HSL | 164.55º | 0.52% | 0.75% | - |
| HSV(B) | 164.55º | 0.29% | 0.88% | - |
| XYZ | 52.02 | 65.09 | 68.85 | - |
| YUV | 202.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 207 | 0.29 | 0 | 0.08 | 0.12 | 164.55 | 0.52 | 0.75 |
| Hex | 9E | E0 | CF | 1D | 0 | 8 | C | A5 | 34 | 4B |
| Octal | 236 | 340 | 317 | 35 | 0 | 10 | 14 | 245 | 64 | 113 |
| Binary | 10011110 | 11100000 | 11001111 | 11101 | 0 | 1000 | 1100 | 10100101 | 110100 | 1001011 |
Color Harmonies of #9EE0CF
Complementary color
Monochromatic Colors of #9EE0CF
Black with #9EE0CF
Text Example
Text Example
White with #9EE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE0CF; }
p { color: rgb(158,224,207); }
H1.HeaderClassName
{
color: #9EE0CF;
}
.AnyTagClassName
{
color: #9EE0CF;
}
</style>
background-color css
<style>
a { background-color: #9EE0CF; }
a { background-color: rgb(158,224,207); }
div.DivClassName
{
background-color: #9EE0CF;
}
.BgClassName
{
background-color: #9EE0CF;
}
</style>
border-color css
<style>
span { border-color: #9EE0CF; }
span { border-color: rgb(158,224,207); }
td.TdClassName
{
border-color: #9EE0CF;
}
.TagClassName
{
border-color: #9EE0CF;
}
</style>