Html Css Color HEX #9EAFA3 Edward

📋 copy color: '#9EAFA3'

red 158 ◦ green 175 ◦ blue 163

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

Shades of Edward #9EAFA3

Tints of Edward #9EAFA3

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 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

#9EAFA3 (or 0x9EAFA3) is known color: 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

RGB 158 175 163 -
CMYK 0.10 0 0.07 0.31
HSL 137.65º 0.1% 0.65% -
HSV(B) 137.65º 0.1% 0.69% -
XYZ 36.04 40.57 40.58 -
YUV 168.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 158 175 163 0.10 0 0.07 0.31 137.65 0.1 0.65
Hex 9E AF A3 A 0 7 1F 8A A 41
Octal 236 257 243 12 0 7 37 212 12 101
Binary 10011110 10101111 10100011 1010 0 111 11111 10001010 1010 1000001

Color Harmonies of #9EAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFA3

Black with #9EAFA3

Text Example


Text Example

White with #9EAFA3

Text Example


Text Example

HTML Codes & Css Web 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>