#7DEDB5

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

Shades of Vista Blue #7DEDB5

Tints of Vista Blue #7DEDB5

Color information

#7DEDB5 (or 0x7DEDB5) is unknown color: approx Vista Blue. HEX triplet: 7D, ED and B5. RGB value is (125,237,181). Sum of RGB (Red+Green+Blue) = 125+237+181=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDB5 is #82124A. Grayscale: #C5C5C5. Windows color (decimal): -8524363 or 11922813. OLE color: 11922813.

HSL color Cylindrical-coordinate representation of color #7DEDB5: hue angle of 150º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEDB5 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB125237181-
CMYK0.4700.240.07
HSL150º75.68%70.98%-
HSV(B)150º47.26%92.94%-
XYZ47.0868.2654.41-
YUV197.13118.8976.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.02%
GREEN value IS 237 (92.97% from 255) = 43.65%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=23.02%
G=43.65%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252371810.4700.240.0715075.6870.98
Hex7DEDB52F0187964c47
Octal175355265570307226114107
Binary111110111101101101101011011110110001111001011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,237,181); }

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

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

 a { background-color: rgb(125,237,181); }

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

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

 span { border-color: rgb(125,237,181); }

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