Shades of Scandal #9EDBC6
Tints of Scandal #9EDBC6
RGB
CMYK
RGB Variations
Color information
#9EDBC6 (or 0x9EDBC6) is known color: Scandal. HEX triplet: 9E, DB and C6. RGB value is (158,219,198). Sum of RGB (Red+Green+Blue) = 158+219+198=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBC6 is #612439. Grayscale: #C6C6C6. Windows color (decimal): -6366266 or 13032350. OLE color: 13032350.
HSL color Cylindrical-coordinate representation of color #9EDBC6: hue angle of 159.34º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBC6 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 198 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.14 |
| HSL | 159.34º | 0.46% | 0.74% | - |
| HSV(B) | 159.34º | 0.28% | 0.86% | - |
| XYZ | 49.63 | 62.01 | 62.78 | - |
| YUV | 198.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 198 | 0.28 | 0 | 0.10 | 0.14 | 159.34 | 0.46 | 0.74 |
| Hex | 9E | DB | C6 | 1C | 0 | A | E | 9F | 2E | 4A |
| Octal | 236 | 333 | 306 | 34 | 0 | 12 | 16 | 237 | 56 | 112 |
| Binary | 10011110 | 11011011 | 11000110 | 11100 | 0 | 1010 | 1110 | 10011111 | 101110 | 1001010 |
Color Harmonies of #9EDBC6
Complementary color
Monochromatic Colors of #9EDBC6
Black with #9EDBC6
Text Example
Text Example
White with #9EDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBC6; }
p { color: rgb(158,219,198); }
H1.HeaderClassName
{
color: #9EDBC6;
}
.AnyTagClassName
{
color: #9EDBC6;
}
</style>
background-color css
<style>
a { background-color: #9EDBC6; }
a { background-color: rgb(158,219,198); }
div.DivClassName
{
background-color: #9EDBC6;
}
.BgClassName
{
background-color: #9EDBC6;
}
</style>
border-color css
<style>
span { border-color: #9EDBC6; }
span { border-color: rgb(158,219,198); }
td.TdClassName
{
border-color: #9EDBC6;
}
.TagClassName
{
border-color: #9EDBC6;
}
</style>