Shades of Scandal #9FD6C5
Tints of Scandal #9FD6C5
RGB
CMYK
RGB Variations
Color information
#9FD6C5 (or 0x9FD6C5) is known color: Scandal. HEX triplet: 9F, D6 and C5. RGB value is (159,214,197). Sum of RGB (Red+Green+Blue) = 159+214+197=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6C5 is #60293A. Grayscale: #C3C3C3. Windows color (decimal): -6302011 or 12965535. OLE color: 12965535.
HSL color Cylindrical-coordinate representation of color #9FD6C5: hue angle of 161.45º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD6C5 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 197 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.16 |
| HSL | 161.45º | 0.4% | 0.73% | - |
| HSV(B) | 161.45º | 0.26% | 0.84% | - |
| XYZ | 48.42 | 59.5 | 61.75 | - |
| YUV | 195.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 197 | 0.26 | 0 | 0.08 | 0.16 | 161.45 | 0.4 | 0.73 |
| Hex | 9F | D6 | C5 | 1A | 0 | 8 | 10 | A1 | 28 | 49 |
| Octal | 237 | 326 | 305 | 32 | 0 | 10 | 20 | 241 | 50 | 111 |
| Binary | 10011111 | 11010110 | 11000101 | 11010 | 0 | 1000 | 10000 | 10100001 | 101000 | 1001001 |
Color Harmonies of #9FD6C5
Complementary color
Monochromatic Colors of #9FD6C5
Black with #9FD6C5
Text Example
Text Example
White with #9FD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD6C5; }
p { color: rgb(159,214,197); }
H1.HeaderClassName
{
color: #9FD6C5;
}
.AnyTagClassName
{
color: #9FD6C5;
}
</style>
background-color css
<style>
a { background-color: #9FD6C5; }
a { background-color: rgb(159,214,197); }
div.DivClassName
{
background-color: #9FD6C5;
}
.BgClassName
{
background-color: #9FD6C5;
}
</style>
border-color css
<style>
span { border-color: #9FD6C5; }
span { border-color: rgb(159,214,197); }
td.TdClassName
{
border-color: #9FD6C5;
}
.TagClassName
{
border-color: #9FD6C5;
}
</style>