Shades of Scandal #9EDAC8
Tints of Scandal #9EDAC8
RGB
CMYK
RGB Variations
Color information
#9EDAC8 (or 0x9EDAC8) is known color: Scandal. HEX triplet: 9E, DA and C8. RGB value is (158,218,200). Sum of RGB (Red+Green+Blue) = 158+218+200=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDAC8 is #612537. Grayscale: #C6C6C6. Windows color (decimal): -6366520 or 13163166. OLE color: 13163166.
HSL color Cylindrical-coordinate representation of color #9EDAC8: hue angle of 162º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDAC8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 200 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.15 |
| HSL | 162º | 0.45% | 0.74% | - |
| HSV(B) | 162º | 0.28% | 0.85% | - |
| XYZ | 49.6 | 61.58 | 63.92 | - |
| YUV | 198.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 200 | 0.28 | 0 | 0.08 | 0.15 | 162 | 0.45 | 0.74 |
| Hex | 9E | DA | C8 | 1C | 0 | 8 | F | A2 | 2D | 4A |
| Octal | 236 | 332 | 310 | 34 | 0 | 10 | 17 | 242 | 55 | 112 |
| Binary | 10011110 | 11011010 | 11001000 | 11100 | 0 | 1000 | 1111 | 10100010 | 101101 | 1001010 |
Color Harmonies of #9EDAC8
Complementary color
Monochromatic Colors of #9EDAC8
Black with #9EDAC8
Text Example
Text Example
White with #9EDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDAC8; }
p { color: rgb(158,218,200); }
H1.HeaderClassName
{
color: #9EDAC8;
}
.AnyTagClassName
{
color: #9EDAC8;
}
</style>
background-color css
<style>
a { background-color: #9EDAC8; }
a { background-color: rgb(158,218,200); }
div.DivClassName
{
background-color: #9EDAC8;
}
.BgClassName
{
background-color: #9EDAC8;
}
</style>
border-color css
<style>
span { border-color: #9EDAC8; }
span { border-color: rgb(158,218,200); }
td.TdClassName
{
border-color: #9EDAC8;
}
.TagClassName
{
border-color: #9EDAC8;
}
</style>