#7EDAB0

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

Shades of Vista Blue #7EDAB0

Tints of Vista Blue #7EDAB0

Color information

#7EDAB0 (or 0x7EDAB0) is unknown color: approx Vista Blue. HEX triplet: 7E, DA and B0. RGB value is (126,218,176). Sum of RGB (Red+Green+Blue) = 126+218+176=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDAB0 is #81254F. Grayscale: #B9B9B9. Windows color (decimal): -8463696 or 11590270. OLE color: 11590270.

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

Color convert

RGB126218176-
CMYK0.4200.190.15
HSL152.61º55.42%67.45%-
HSV(B)152.61º42.2%85.49%-
XYZ41.5157.7150.03-
YUV185.7122.5285.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.23%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=24.23%
G=41.92%
B=33.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181760.4200.190.15152.6155.4267.45
Hex7EDAB02A013F993743
Octal176332260520231723167103
Binary111111011011010101100001010100100111111100110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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