Html Css Color HEX #9EAFA2 Edward

📋 copy color: '#9EAFA2'

red 158 ◦ green 175 ◦ blue 162

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

Shades of Edward #9EAFA2

Tints of Edward #9EAFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 31.92%
G = 35.35%
B = 32.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#9EAFA2 (or 0x9EAFA2) is known color: Edward. HEX triplet: 9E, AF and A2. RGB value is (158,175,162). Sum of RGB (Red+Green+Blue) = 158+175+162=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFA2 is #61505D. Grayscale: #A8A8A8. Windows color (decimal): -6377566 or 10661790. OLE color: 10661790.

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

Color convert

RGB 158 175 162 -
CMYK 0.10 0 0.07 0.31
HSL 134.12º 0.1% 0.65% -
HSV(B) 134.12º 0.1% 0.69% -
XYZ 35.95 40.54 40.11 -
YUV 168.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 158 175 162 0.10 0 0.07 0.31 134.12 0.1 0.65
Hex 9E AF A2 A 0 7 1F 86 A 41
Octal 236 257 242 12 0 7 37 206 12 101
Binary 10011110 10101111 10100010 1010 0 111 11111 10000110 1010 1000001

Color Harmonies of #9EAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFA2

Black with #9EAFA2

Text Example


Text Example

White with #9EAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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