Shades of Scandal #9FDFCF
Tints of Scandal #9FDFCF
RGB
CMYK
RGB Variations
Color information
#9FDFCF (or 0x9FDFCF) is known color: Scandal. HEX triplet: 9F, DF and CF. RGB value is (159,223,207). Sum of RGB (Red+Green+Blue) = 159+223+207=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFCF is #602030. Grayscale: #CACACA. Windows color (decimal): -6299697 or 13623199. OLE color: 13623199.
HSL color Cylindrical-coordinate representation of color #9FDFCF: hue angle of 165º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFCF is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 207 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.13 |
| HSL | 165º | 0.5% | 0.75% | - |
| HSV(B) | 165º | 0.29% | 0.87% | - |
| XYZ | 51.95 | 64.65 | 68.77 | - |
| YUV | 202.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 207 | 0.29 | 0 | 0.07 | 0.13 | 165 | 0.5 | 0.75 |
| Hex | 9F | DF | CF | 1D | 0 | 7 | D | A5 | 32 | 4B |
| Octal | 237 | 337 | 317 | 35 | 0 | 7 | 15 | 245 | 62 | 113 |
| Binary | 10011111 | 11011111 | 11001111 | 11101 | 0 | 111 | 1101 | 10100101 | 110010 | 1001011 |
Color Harmonies of #9FDFCF
Complementary color
Monochromatic Colors of #9FDFCF
Black with #9FDFCF
Text Example
Text Example
White with #9FDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFCF; }
p { color: rgb(159,223,207); }
H1.HeaderClassName
{
color: #9FDFCF;
}
.AnyTagClassName
{
color: #9FDFCF;
}
</style>
background-color css
<style>
a { background-color: #9FDFCF; }
a { background-color: rgb(159,223,207); }
div.DivClassName
{
background-color: #9FDFCF;
}
.BgClassName
{
background-color: #9FDFCF;
}
</style>
border-color css
<style>
span { border-color: #9FDFCF; }
span { border-color: rgb(159,223,207); }
td.TdClassName
{
border-color: #9FDFCF;
}
.TagClassName
{
border-color: #9FDFCF;
}
</style>