Shades of Scandal #9FDECF
Tints of Scandal #9FDECF
RGB
CMYK
RGB Variations
Color information
#9FDECF (or 0x9FDECF) is known color: Scandal. HEX triplet: 9F, DE and CF. RGB value is (159,222,207). Sum of RGB (Red+Green+Blue) = 159+222+207=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDECF is #602130. Grayscale: #C9C9C9. Windows color (decimal): -6299953 or 13622943. OLE color: 13622943.
HSL color Cylindrical-coordinate representation of color #9FDECF: hue angle of 165.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDECF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 207 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.13 |
| HSL | 165.71º | 0.49% | 0.75% | - |
| HSV(B) | 165.71º | 0.28% | 0.87% | - |
| XYZ | 51.68 | 64.12 | 68.68 | - |
| YUV | 201.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 207 | 0.28 | 0 | 0.07 | 0.13 | 165.71 | 0.49 | 0.75 |
| Hex | 9F | DE | CF | 1C | 0 | 7 | D | A6 | 31 | 4B |
| Octal | 237 | 336 | 317 | 34 | 0 | 7 | 15 | 246 | 61 | 113 |
| Binary | 10011111 | 11011110 | 11001111 | 11100 | 0 | 111 | 1101 | 10100110 | 110001 | 1001011 |
Color Harmonies of #9FDECF
Complementary color
Monochromatic Colors of #9FDECF
Black with #9FDECF
Text Example
Text Example
White with #9FDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDECF; }
p { color: rgb(159,222,207); }
H1.HeaderClassName
{
color: #9FDECF;
}
.AnyTagClassName
{
color: #9FDECF;
}
</style>
background-color css
<style>
a { background-color: #9FDECF; }
a { background-color: rgb(159,222,207); }
div.DivClassName
{
background-color: #9FDECF;
}
.BgClassName
{
background-color: #9FDECF;
}
</style>
border-color css
<style>
span { border-color: #9FDECF; }
span { border-color: rgb(159,222,207); }
td.TdClassName
{
border-color: #9FDECF;
}
.TagClassName
{
border-color: #9FDECF;
}
</style>