#7DEDAD

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

Shades of Vista Blue #7DEDAD

Tints of Vista Blue #7DEDAD

Color information

#7DEDAD (or 0x7DEDAD) is unknown color: approx Vista Blue. HEX triplet: 7D, ED and AD. RGB value is (125,237,173). Sum of RGB (Red+Green+Blue) = 125+237+173=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEDAD is #821252. Grayscale: #C4C4C4. Windows color (decimal): -8524371 or 11398525. OLE color: 11398525.

HSL color Cylindrical-coordinate representation of color #7DEDAD: hue angle of 145.71º 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 #7DEDAD is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB125237173-
CMYK0.4700.270.07
HSL145.71º75.68%70.98%-
HSV(B)145.71º47.26%92.94%-
XYZ46.2867.9550.21-
YUV196.22114.8977.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 237 (92.97% from 255) = 44.30%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=23.36%
G=44.30%
B=32.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252371730.4700.270.07145.7175.6870.98
Hex7DEDAD2F01B7924c47
Octal175355255570337222114107
Binary111110111101101101011011011110110111111001001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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