#9EAFA3

Color #9EAFA3 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #9EAFA3

Tints of Edward #9EAFA3

Color information

#9EAFA3 (or 0x9EAFA3) is unknown color: approx Edward. HEX triplet: 9E, AF and A3. RGB value is (158,175,163). Sum of RGB (Red+Green+Blue) = 158+175+163=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFA3 is #61505C. Grayscale: #A8A8A8. Windows color (decimal): -6377565 or 10727326. OLE color: 10727326.

HSL color Cylindrical-coordinate representation of color #9EAFA3: hue angle of 137.65º 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 #9EAFA3 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB158175163-
CMYK0.1000.070.31
HSL137.65º9.6%65.29%-
HSV(B)137.65º9.71%68.63%-
XYZ36.0440.5740.58-
YUV168.55124.87120.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 163 (64.06% from 255) = 32.86%
R=31.85%
G=35.28%
B=32.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751630.1000.070.31137.659.665.29
Hex9EAFA3A071F8aa41
Octal23625724312073721212101
Binary10011110101011111010001110100111111111000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAFA3; }

 p { color: rgb(158,175,163); }

 H1.HeaderClassName
 {
   color: #9EAFA3;
 }
 .AnyTagClassName
 {
   color: #9EAFA3;
 }
</style>
background-color css

<style>
 a { background-color: #9EAFA3; }

 a { background-color: rgb(158,175,163); }

 div.DivClassName
 {
   background-color: #9EAFA3;
 }
 .BgClassName
 {
   background-color: #9EAFA3;
 }
</style>
border-color css

<style>
 span { border-color: #9EAFA3; }

 span { border-color: rgb(158,175,163); }

 td.TdClassName
 {
   border-color: #9EAFA3;
 }
 .TagClassName
 {
   border-color: #9EAFA3;
 }
</style>