Shades of Edward #9EAFA1
Tints of Edward #9EAFA1
RGB
CMYK
RGB Variations
Color information
#9EAFA1 (or 0x9EAFA1) is known color: Edward. HEX triplet: 9E, AF and A1. RGB value is (158,175,161). Sum of RGB (Red+Green+Blue) = 158+175+161=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFA1 is #61505E. Grayscale: #A8A8A8. Windows color (decimal): -6377567 or 10596254. OLE color: 10596254.
HSL color Cylindrical-coordinate representation of color #9EAFA1: hue angle of 130.59º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAFA1 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 161 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.31 |
| HSL | 130.59º | 0.1% | 0.65% | - |
| HSV(B) | 130.59º | 0.1% | 0.69% | - |
| XYZ | 35.86 | 40.5 | 39.65 | - |
| YUV | 168.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 161 | 0.10 | 0 | 0.08 | 0.31 | 130.59 | 0.1 | 0.65 |
| Hex | 9E | AF | A1 | A | 0 | 8 | 1F | 83 | A | 41 |
| Octal | 236 | 257 | 241 | 12 | 0 | 10 | 37 | 203 | 12 | 101 |
| Binary | 10011110 | 10101111 | 10100001 | 1010 | 0 | 1000 | 11111 | 10000011 | 1010 | 1000001 |
Color Harmonies of #9EAFA1
Complementary color
Monochromatic Colors of #9EAFA1
Black with #9EAFA1
Text Example
Text Example
White with #9EAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAFA1; }
p { color: rgb(158,175,161); }
H1.HeaderClassName
{
color: #9EAFA1;
}
.AnyTagClassName
{
color: #9EAFA1;
}
</style>
background-color css
<style>
a { background-color: #9EAFA1; }
a { background-color: rgb(158,175,161); }
div.DivClassName
{
background-color: #9EAFA1;
}
.BgClassName
{
background-color: #9EAFA1;
}
</style>
border-color css
<style>
span { border-color: #9EAFA1; }
span { border-color: rgb(158,175,161); }
td.TdClassName
{
border-color: #9EAFA1;
}
.TagClassName
{
border-color: #9EAFA1;
}
</style>