Shades of Edward #9FB3A3
Tints of Edward #9FB3A3
RGB
CMYK
RGB Variations
Color information
#9FB3A3 (or 0x9FB3A3) is known color: Edward. HEX triplet: 9F, B3 and A3. RGB value is (159,179,163). Sum of RGB (Red+Green+Blue) = 159+179+163=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB3A3 is #604C5C. Grayscale: #ABABAB. Windows color (decimal): -6311005 or 10728351. OLE color: 10728351.
HSL color Cylindrical-coordinate representation of color #9FB3A3: hue angle of 132º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB3A3 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 163 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.30 |
| HSL | 132º | 0.12% | 0.66% | - |
| HSV(B) | 132º | 0.11% | 0.7% | - |
| XYZ | 37.03 | 42.26 | 40.85 | - |
| YUV | 171.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 163 | 0.11 | 0 | 0.09 | 0.30 | 132 | 0.12 | 0.66 |
| Hex | 9F | B3 | A3 | B | 0 | 9 | 1E | 84 | C | 42 |
| Octal | 237 | 263 | 243 | 13 | 0 | 11 | 36 | 204 | 14 | 102 |
| Binary | 10011111 | 10110011 | 10100011 | 1011 | 0 | 1001 | 11110 | 10000100 | 1100 | 1000010 |
Color Harmonies of #9FB3A3
Complementary color
Monochromatic Colors of #9FB3A3
Black with #9FB3A3
Text Example
Text Example
White with #9FB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB3A3; }
p { color: rgb(159,179,163); }
H1.HeaderClassName
{
color: #9FB3A3;
}
.AnyTagClassName
{
color: #9FB3A3;
}
</style>
background-color css
<style>
a { background-color: #9FB3A3; }
a { background-color: rgb(159,179,163); }
div.DivClassName
{
background-color: #9FB3A3;
}
.BgClassName
{
background-color: #9FB3A3;
}
</style>
border-color css
<style>
span { border-color: #9FB3A3; }
span { border-color: rgb(159,179,163); }
td.TdClassName
{
border-color: #9FB3A3;
}
.TagClassName
{
border-color: #9FB3A3;
}
</style>