Shades of Scandal #9FDCCC
Tints of Scandal #9FDCCC
RGB
CMYK
RGB Variations
Color information
#9FDCCC (or 0x9FDCCC) is known color: Scandal. HEX triplet: 9F, DC and CC. RGB value is (159,220,204). Sum of RGB (Red+Green+Blue) = 159+220+204=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCCC is #602333. Grayscale: #C7C7C7. Windows color (decimal): -6300468 or 13425823. OLE color: 13425823.
HSL color Cylindrical-coordinate representation of color #9FDCCC: hue angle of 164.26º 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 #9FDCCC is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 204 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.14 |
| HSL | 164.26º | 0.47% | 0.74% | - |
| HSV(B) | 164.26º | 0.28% | 0.86% | - |
| XYZ | 50.79 | 62.92 | 66.59 | - |
| YUV | 199.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 204 | 0.28 | 0 | 0.07 | 0.14 | 164.26 | 0.47 | 0.74 |
| Hex | 9F | DC | CC | 1C | 0 | 7 | E | A4 | 2F | 4A |
| Octal | 237 | 334 | 314 | 34 | 0 | 7 | 16 | 244 | 57 | 112 |
| Binary | 10011111 | 11011100 | 11001100 | 11100 | 0 | 111 | 1110 | 10100100 | 101111 | 1001010 |
Color Harmonies of #9FDCCC
Complementary color
Monochromatic Colors of #9FDCCC
Black with #9FDCCC
Text Example
Text Example
White with #9FDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCCC; }
p { color: rgb(159,220,204); }
H1.HeaderClassName
{
color: #9FDCCC;
}
.AnyTagClassName
{
color: #9FDCCC;
}
</style>
background-color css
<style>
a { background-color: #9FDCCC; }
a { background-color: rgb(159,220,204); }
div.DivClassName
{
background-color: #9FDCCC;
}
.BgClassName
{
background-color: #9FDCCC;
}
</style>
border-color css
<style>
span { border-color: #9FDCCC; }
span { border-color: rgb(159,220,204); }
td.TdClassName
{
border-color: #9FDCCC;
}
.TagClassName
{
border-color: #9FDCCC;
}
</style>