#7EDBB0

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

Shades of Vista Blue #7EDBB0

Tints of Vista Blue #7EDBB0

Color information

#7EDBB0 (or 0x7EDBB0) is unknown color: approx Vista Blue. HEX triplet: 7E, DB and B0. RGB value is (126,219,176). Sum of RGB (Red+Green+Blue) = 126+219+176=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDBB0 is #81244F. Grayscale: #BABABA. Windows color (decimal): -8463440 or 11590526. OLE color: 11590526.

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

Color convert

RGB126219176-
CMYK0.4200.200.14
HSL152.26º56.36%67.65%-
HSV(B)152.26º42.47%85.88%-
XYZ41.7758.2350.11-
YUV186.29122.1985-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=24.18%
G=42.03%
B=33.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262191760.4200.200.14152.2656.3667.65
Hex7EDBB02A014E983844
Octal176333260520241623070104
Binary111111011011011101100001010100101001110100110001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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