Shades of Scandal #9FDCC8
Tints of Scandal #9FDCC8
RGB
CMYK
RGB Variations
Color information
#9FDCC8 (or 0x9FDCC8) is known color: Scandal. HEX triplet: 9F, DC and C8. RGB value is (159,220,200). Sum of RGB (Red+Green+Blue) = 159+220+200=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCC8 is #602337. Grayscale: #C7C7C7. Windows color (decimal): -6300472 or 13163679. OLE color: 13163679.
HSL color Cylindrical-coordinate representation of color #9FDCC8: hue angle of 160.33º 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 #9FDCC8 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 200 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.14 |
| HSL | 160.33º | 0.47% | 0.74% | - |
| HSV(B) | 160.33º | 0.28% | 0.86% | - |
| XYZ | 50.32 | 62.73 | 64.1 | - |
| YUV | 199.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 200 | 0.28 | 0 | 0.09 | 0.14 | 160.33 | 0.47 | 0.74 |
| Hex | 9F | DC | C8 | 1C | 0 | 9 | E | A0 | 2F | 4A |
| Octal | 237 | 334 | 310 | 34 | 0 | 11 | 16 | 240 | 57 | 112 |
| Binary | 10011111 | 11011100 | 11001000 | 11100 | 0 | 1001 | 1110 | 10100000 | 101111 | 1001010 |
Color Harmonies of #9FDCC8
Complementary color
Monochromatic Colors of #9FDCC8
Black with #9FDCC8
Text Example
Text Example
White with #9FDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCC8; }
p { color: rgb(159,220,200); }
H1.HeaderClassName
{
color: #9FDCC8;
}
.AnyTagClassName
{
color: #9FDCC8;
}
</style>
background-color css
<style>
a { background-color: #9FDCC8; }
a { background-color: rgb(159,220,200); }
div.DivClassName
{
background-color: #9FDCC8;
}
.BgClassName
{
background-color: #9FDCC8;
}
</style>
border-color css
<style>
span { border-color: #9FDCC8; }
span { border-color: rgb(159,220,200); }
td.TdClassName
{
border-color: #9FDCC8;
}
.TagClassName
{
border-color: #9FDCC8;
}
</style>