Html Css Color HEX #7EDCAE Vista Blue

📋 copy color: '#7EDCAE'

red 126 ◦ green 220 ◦ blue 174

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

Shades of Vista Blue #7EDCAE

Tints of Vista Blue #7EDCAE

RGB

 RED value IS 126 (49.61% from 255) = 24.23%

 GREEN value IS 220 (86.33% from 255) = 42.31%

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 24.23%
G = 42.31%
B = 33.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#7EDCAE (or 0x7EDCAE) is known color: Vista Blue. HEX triplet: 7E, DC and AE. RGB value is (126,220,174). Sum of RGB (Red+Green+Blue) = 126+220+174=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDCAE is #812351. Grayscale: #BABABA. Windows color (decimal): -8463186 or 11459710. OLE color: 11459710.

HSL color Cylindrical-coordinate representation of color #7EDCAE: hue angle of 150.64º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDCAE is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 220 174 -
CMYK 0.43 0 0.21 0.14
HSL 150.64º 0.57% 0.68% -
HSV(B) 150.64º 0.43% 0.86% -
XYZ 41.84 58.68 49.17 -
YUV 186.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 126 220 174 0.43 0 0.21 0.14 150.64 0.57 0.68
Hex 7E DC AE 2B 0 15 E 97 39 44
Octal 176 334 256 53 0 25 16 227 71 104
Binary 1111110 11011100 10101110 101011 0 10101 1110 10010111 111001 1000100

Color Harmonies of #7EDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDCAE

Black with #7EDCAE

Text Example


Text Example

White with #7EDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EDCAE; }

 p { color: rgb(126,220,174); }

 H1.HeaderClassName
 {
   color: #7EDCAE;
 }
 .AnyTagClassName
 {
   color: #7EDCAE;
 }
</style>

background-color css

<style>
 a { background-color: #7EDCAE; }

 a { background-color: rgb(126,220,174); }

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

border-color css

<style>
 span { border-color: #7EDCAE; }

 span { border-color: rgb(126,220,174); }

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