Shades of Scandal #9FDCC6
Tints of Scandal #9FDCC6
RGB
CMYK
RGB Variations
Color information
#9FDCC6 (or 0x9FDCC6) is known color: Scandal. HEX triplet: 9F, DC and C6. RGB value is (159,220,198). Sum of RGB (Red+Green+Blue) = 159+220+198=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCC6 is #602339. Grayscale: #C7C7C7. Windows color (decimal): -6300474 or 13032607. OLE color: 13032607.
HSL color Cylindrical-coordinate representation of color #9FDCC6: hue angle of 158.36º degrees, saturation: 0.47, 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 #9FDCC6 is Cyan = 0.28, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 198 | - |
| CMYK | 0.28 | 0 | 0.1 | 0.14 |
| HSL | 158.36º | 0.47% | 0.74% | - |
| HSV(B) | 158.36º | 0.28% | 0.86% | - |
| XYZ | 50.08 | 62.63 | 62.88 | - |
| YUV | 199.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 198 | 0.28 | 0 | 0.1 | 0.14 | 158.36 | 0.47 | 0.74 |
| Hex | 9F | DC | C6 | 1C | 0 | A | E | 9E | 2F | 4A |
| Octal | 237 | 334 | 306 | 34 | 0 | 12 | 16 | 236 | 57 | 112 |
| Binary | 10011111 | 11011100 | 11000110 | 11100 | 0 | 1010 | 1110 | 10011110 | 101111 | 1001010 |
Color Harmonies of #9FDCC6
Complementary color
Monochromatic Colors of #9FDCC6
Black with #9FDCC6
Text Example
Text Example
White with #9FDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCC6; }
p { color: rgb(159,220,198); }
H1.HeaderClassName
{
color: #9FDCC6;
}
.AnyTagClassName
{
color: #9FDCC6;
}
</style>
background-color css
<style>
a { background-color: #9FDCC6; }
a { background-color: rgb(159,220,198); }
div.DivClassName
{
background-color: #9FDCC6;
}
.BgClassName
{
background-color: #9FDCC6;
}
</style>
border-color css
<style>
span { border-color: #9FDCC6; }
span { border-color: rgb(159,220,198); }
td.TdClassName
{
border-color: #9FDCC6;
}
.TagClassName
{
border-color: #9FDCC6;
}
</style>