Shades of Scandal #9EE0CB
Tints of Scandal #9EE0CB
RGB
CMYK
RGB Variations
Color information
#9EE0CB (or 0x9EE0CB) is known color: Scandal. HEX triplet: 9E, E0 and CB. RGB value is (158,224,203). Sum of RGB (Red+Green+Blue) = 158+224+203=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0CB is #611F34. Grayscale: #C9C9C9. Windows color (decimal): -6364981 or 13361310. OLE color: 13361310.
HSL color Cylindrical-coordinate representation of color #9EE0CB: hue angle of 160.91º 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 #9EE0CB is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 203 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.12 |
| HSL | 160.91º | 0.52% | 0.75% | - |
| HSV(B) | 160.91º | 0.29% | 0.88% | - |
| XYZ | 51.54 | 64.89 | 66.31 | - |
| YUV | 201.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 203 | 0.29 | 0 | 0.09 | 0.12 | 160.91 | 0.52 | 0.75 |
| Hex | 9E | E0 | CB | 1D | 0 | 9 | C | A1 | 34 | 4B |
| Octal | 236 | 340 | 313 | 35 | 0 | 11 | 14 | 241 | 64 | 113 |
| Binary | 10011110 | 11100000 | 11001011 | 11101 | 0 | 1001 | 1100 | 10100001 | 110100 | 1001011 |
Color Harmonies of #9EE0CB
Complementary color
Monochromatic Colors of #9EE0CB
Black with #9EE0CB
Text Example
Text Example
White with #9EE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE0CB; }
p { color: rgb(158,224,203); }
H1.HeaderClassName
{
color: #9EE0CB;
}
.AnyTagClassName
{
color: #9EE0CB;
}
</style>
background-color css
<style>
a { background-color: #9EE0CB; }
a { background-color: rgb(158,224,203); }
div.DivClassName
{
background-color: #9EE0CB;
}
.BgClassName
{
background-color: #9EE0CB;
}
</style>
border-color css
<style>
span { border-color: #9EE0CB; }
span { border-color: rgb(158,224,203); }
td.TdClassName
{
border-color: #9EE0CB;
}
.TagClassName
{
border-color: #9EE0CB;
}
</style>