#7EDAAB

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

Shades of Vista Blue #7EDAAB

Tints of Vista Blue #7EDAAB

Color information

#7EDAAB (or 0x7EDAAB) is unknown color: approx Vista Blue. HEX triplet: 7E, DA and AB. RGB value is (126,218,171). Sum of RGB (Red+Green+Blue) = 126+218+171=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDAAB is #812554. Grayscale: #B9B9B9. Windows color (decimal): -8463701 or 11262590. OLE color: 11262590.

HSL color Cylindrical-coordinate representation of color #7EDAAB: hue angle of 149.35º 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 #7EDAAB is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB126218171-
CMYK0.4200.220.15
HSL149.35º55.42%67.45%-
HSV(B)149.35º42.2%85.49%-
XYZ41.0357.5247.47-
YUV185.13120.0285.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.47%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=24.47%
G=42.33%
B=33.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181710.4200.220.15149.3555.4267.45
Hex7EDAAB2A016F953743
Octal176332253520261722567103
Binary111111011011010101010111010100101101111100101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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