Shades of Scandal #9DE0CB
Tints of Scandal #9DE0CB
RGB
CMYK
RGB Variations
Color information
#9DE0CB (or 0x9DE0CB) is known color: Scandal. HEX triplet: 9D, E0 and CB. RGB value is (157,224,203). Sum of RGB (Red+Green+Blue) = 157+224+203=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0CB is #621F34. Grayscale: #C9C9C9. Windows color (decimal): -6430517 or 13361309. OLE color: 13361309.
HSL color Cylindrical-coordinate representation of color #9DE0CB: hue angle of 161.19º 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 #9DE0CB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 203 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.12 |
| HSL | 161.19º | 0.52% | 0.75% | - |
| HSV(B) | 161.19º | 0.3% | 0.88% | - |
| XYZ | 51.34 | 64.79 | 66.3 | - |
| YUV | 201.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 203 | 0.30 | 0 | 0.09 | 0.12 | 161.19 | 0.52 | 0.75 |
| Hex | 9D | E0 | CB | 1E | 0 | 9 | C | A1 | 34 | 4B |
| Octal | 235 | 340 | 313 | 36 | 0 | 11 | 14 | 241 | 64 | 113 |
| Binary | 10011101 | 11100000 | 11001011 | 11110 | 0 | 1001 | 1100 | 10100001 | 110100 | 1001011 |
Color Harmonies of #9DE0CB
Complementary color
Monochromatic Colors of #9DE0CB
Black with #9DE0CB
Text Example
Text Example
White with #9DE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0CB; }
p { color: rgb(157,224,203); }
H1.HeaderClassName
{
color: #9DE0CB;
}
.AnyTagClassName
{
color: #9DE0CB;
}
</style>
background-color css
<style>
a { background-color: #9DE0CB; }
a { background-color: rgb(157,224,203); }
div.DivClassName
{
background-color: #9DE0CB;
}
.BgClassName
{
background-color: #9DE0CB;
}
</style>
border-color css
<style>
span { border-color: #9DE0CB; }
span { border-color: rgb(157,224,203); }
td.TdClassName
{
border-color: #9DE0CB;
}
.TagClassName
{
border-color: #9DE0CB;
}
</style>