Shades of Scandal #9FDECB
Tints of Scandal #9FDECB
RGB
CMYK
RGB Variations
Color information
#9FDECB (or 0x9FDECB) is known color: Scandal. HEX triplet: 9F, DE and CB. RGB value is (159,222,203). Sum of RGB (Red+Green+Blue) = 159+222+203=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDECB is #602134. Grayscale: #C9C9C9. Windows color (decimal): -6299957 or 13360799. OLE color: 13360799.
HSL color Cylindrical-coordinate representation of color #9FDECB: hue angle of 161.9º 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 #9FDECB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 203 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.13 |
| HSL | 161.9º | 0.49% | 0.75% | - |
| HSV(B) | 161.9º | 0.28% | 0.87% | - |
| XYZ | 51.2 | 63.93 | 66.14 | - |
| YUV | 201 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 203 | 0.28 | 0 | 0.09 | 0.13 | 161.9 | 0.49 | 0.75 |
| Hex | 9F | DE | CB | 1C | 0 | 9 | D | A2 | 31 | 4B |
| Octal | 237 | 336 | 313 | 34 | 0 | 11 | 15 | 242 | 61 | 113 |
| Binary | 10011111 | 11011110 | 11001011 | 11100 | 0 | 1001 | 1101 | 10100010 | 110001 | 1001011 |
Color Harmonies of #9FDECB
Complementary color
Monochromatic Colors of #9FDECB
Black with #9FDECB
Text Example
Text Example
White with #9FDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDECB; }
p { color: rgb(159,222,203); }
H1.HeaderClassName
{
color: #9FDECB;
}
.AnyTagClassName
{
color: #9FDECB;
}
</style>
background-color css
<style>
a { background-color: #9FDECB; }
a { background-color: rgb(159,222,203); }
div.DivClassName
{
background-color: #9FDECB;
}
.BgClassName
{
background-color: #9FDECB;
}
</style>
border-color css
<style>
span { border-color: #9FDECB; }
span { border-color: rgb(159,222,203); }
td.TdClassName
{
border-color: #9FDECB;
}
.TagClassName
{
border-color: #9FDECB;
}
</style>