#7EDFB0

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

Shades of Vista Blue #7EDFB0

Tints of Vista Blue #7EDFB0

Color information

#7EDFB0 (or 0x7EDFB0) is unknown color: approx Vista Blue. HEX triplet: 7E, DF and B0. RGB value is (126,223,176). Sum of RGB (Red+Green+Blue) = 126+223+176=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFB0 is #81204F. Grayscale: #BCBCBC. Windows color (decimal): -8462416 or 11591550. OLE color: 11591550.

HSL color Cylindrical-coordinate representation of color #7EDFB0: hue angle of 150.93º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFB0 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB126223176-
CMYK0.4300.210.13
HSL150.93º60.25%68.43%-
HSV(B)150.93º43.5%87.45%-
XYZ42.8360.3550.46-
YUV188.64120.8683.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 176 (69.14% from 255) = 33.52%
R=24%
G=42.48%
B=33.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262231760.4300.210.13150.9360.2568.43
Hex7EDFB02B015D973c44
Octal176337260530251522774104
Binary111111011011111101100001010110101011101100101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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