#7EDBA7

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

Shades of Vista Blue #7EDBA7

Tints of Vista Blue #7EDBA7

Color information

#7EDBA7 (or 0x7EDBA7) is unknown color: approx Vista Blue. HEX triplet: 7E, DB and A7. RGB value is (126,219,167). Sum of RGB (Red+Green+Blue) = 126+219+167=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDBA7 is #812458. Grayscale: #B9B9B9. Windows color (decimal): -8463449 or 11000702. OLE color: 11000702.

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

Color convert

RGB126219167-
CMYK0.4200.240.14
HSL146.45º56.36%67.65%-
HSV(B)146.45º42.47%85.88%-
XYZ40.9157.8945.58-
YUV185.26117.6985.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.61%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 167 (65.62% from 255) = 32.62%
R=24.61%
G=42.77%
B=32.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262191670.4200.240.14146.4556.3667.65
Hex7EDBA72A018E923844
Octal176333247520301622270104
Binary111111011011011101001111010100110001110100100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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