#7EDBA3

Color #7EDBA3 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7EDBA3

Tints of Vista Blue #7EDBA3

Color information

#7EDBA3 (or 0x7EDBA3) is unknown color: approx Vista Blue. HEX triplet: 7E, DB and A3. RGB value is (126,219,163). Sum of RGB (Red+Green+Blue) = 126+219+163=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDBA3 is #81245C. Grayscale: #B8B8B8. Windows color (decimal): -8463453 or 10738558. OLE color: 10738558.

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

Color convert

RGB126219163-
CMYK0.4200.260.14
HSL143.87º56.36%67.65%-
HSV(B)143.87º42.47%85.88%-
XYZ40.5557.7443.66-
YUV184.81115.6986.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.80%
GREEN value IS 219 (85.94% from 255) = 43.11%
BLUE value IS 163 (64.06% from 255) = 32.09%
R=24.80%
G=43.11%
B=32.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262191630.4200.260.14143.8756.3667.65
Hex7EDBA32A01AE903844
Octal176333243520321622070104
Binary111111011011011101000111010100110101110100100001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,163); }

 H1.HeaderClassName
 {
   color: #7EDBA3;
 }
 .AnyTagClassName
 {
   color: #7EDBA3;
 }
</style>
background-color css

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

 a { background-color: rgb(126,219,163); }

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

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

 span { border-color: rgb(126,219,163); }

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