Shades of Edward #9FB0A3
Tints of Edward #9FB0A3
RGB
CMYK
RGB Variations
Color information
#9FB0A3 (or 0x9FB0A3) is known color: Edward. HEX triplet: 9F, B0 and A3. RGB value is (159,176,163). Sum of RGB (Red+Green+Blue) = 159+176+163=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0A3 is #604F5C. Grayscale: #A9A9A9. Windows color (decimal): -6311773 or 10727583. OLE color: 10727583.
HSL color Cylindrical-coordinate representation of color #9FB0A3: hue angle of 134.12º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FB0A3 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 163 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.31 |
| HSL | 134.12º | 0.1% | 0.66% | - |
| HSV(B) | 134.12º | 0.1% | 0.69% | - |
| XYZ | 36.43 | 41.07 | 40.66 | - |
| YUV | 169.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 163 | 0.10 | 0 | 0.07 | 0.31 | 134.12 | 0.1 | 0.66 |
| Hex | 9F | B0 | A3 | A | 0 | 7 | 1F | 86 | A | 42 |
| Octal | 237 | 260 | 243 | 12 | 0 | 7 | 37 | 206 | 12 | 102 |
| Binary | 10011111 | 10110000 | 10100011 | 1010 | 0 | 111 | 11111 | 10000110 | 1010 | 1000010 |
Color Harmonies of #9FB0A3
Complementary color
Monochromatic Colors of #9FB0A3
Black with #9FB0A3
Text Example
Text Example
White with #9FB0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0A3; }
p { color: rgb(159,176,163); }
H1.HeaderClassName
{
color: #9FB0A3;
}
.AnyTagClassName
{
color: #9FB0A3;
}
</style>
background-color css
<style>
a { background-color: #9FB0A3; }
a { background-color: rgb(159,176,163); }
div.DivClassName
{
background-color: #9FB0A3;
}
.BgClassName
{
background-color: #9FB0A3;
}
</style>
border-color css
<style>
span { border-color: #9FB0A3; }
span { border-color: rgb(159,176,163); }
td.TdClassName
{
border-color: #9FB0A3;
}
.TagClassName
{
border-color: #9FB0A3;
}
</style>