Html Css Color HEX #7EDAB1 Vista Blue

📋 copy color: '#7EDAB1'

red 126 ◦ green 218 ◦ blue 177

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

Shades of Vista Blue #7EDAB1

Tints of Vista Blue #7EDAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

 BLUE value IS 177 (69.53% from 255) = 33.97%

R = 24.18%
G = 41.84%
B = 33.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7EDAB1 (or 0x7EDAB1) is known color: Vista Blue. HEX triplet: 7E, DA and B1. RGB value is (126,218,177). Sum of RGB (Red+Green+Blue) = 126+218+177=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDAB1 is #81254E. Grayscale: #B9B9B9. Windows color (decimal): -8463695 or 11655806. OLE color: 11655806.

HSL color Cylindrical-coordinate representation of color #7EDAB1: hue angle of 153.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDAB1 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 177 -
CMYK 0.42 0 0.19 0.15
HSL 153.26º 0.55% 0.67% -
HSV(B) 153.26º 0.42% 0.85% -
XYZ 41.61 57.75 50.55 -
YUV 185.82 123.02 85.33 -
System Red Green Blue C M Y K H S L
Decimal 126 218 177 0.42 0 0.19 0.15 153.26 0.55 0.67
Hex 7E DA B1 2A 0 13 F 99 37 43
Octal 176 332 261 52 0 23 17 231 67 103
Binary 1111110 11011010 10110001 101010 0 10011 1111 10011001 110111 1000011

Color Harmonies of #7EDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDAB1

Black with #7EDAB1

Text Example


Text Example

White with #7EDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,177); }

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

background-color css

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

 a { background-color: rgb(126,218,177); }

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

border-color css

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

 span { border-color: rgb(126,218,177); }

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