Html Css Color HEX #9EAEA3 Edward

📋 copy color: '#9EAEA3'

red 158 ◦ green 174 ◦ blue 163

#9EAEA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #9EAEA3

Tints of Edward #9EAEA3

RGB

 RED value IS 158 (62.11% from 255) = 31.92%

 GREEN value IS 174 (68.36% from 255) = 35.15%

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 31.92%
G = 35.15%
B = 32.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#9EAEA3 (or 0x9EAEA3) is known color: Edward. HEX triplet: 9E, AE and A3. RGB value is (158,174,163). Sum of RGB (Red+Green+Blue) = 158+174+163=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEA3 is #61515C. Grayscale: #A7A7A7. Windows color (decimal): -6377821 or 10727070. OLE color: 10727070.

HSL color Cylindrical-coordinate representation of color #9EAEA3: hue angle of 138.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EAEA3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 174 163 -
CMYK 0.09 0 0.06 0.32
HSL 138.75º 0.09% 0.65% -
HSV(B) 138.75º 0.09% 0.68% -
XYZ 35.85 40.19 40.52 -
YUV 167.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 158 174 163 0.09 0 0.06 0.32 138.75 0.09 0.65
Hex 9E AE A3 9 0 6 20 8B 9 41
Octal 236 256 243 11 0 6 40 213 11 101
Binary 10011110 10101110 10100011 1001 0 110 100000 10001011 1001 1000001

Color Harmonies of #9EAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEA3

Black with #9EAEA3

Text Example


Text Example

White with #9EAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAEA3;
 }
 .AnyTagClassName
 {
   color: #9EAEA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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