#7DEDAE

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

Shades of Vista Blue #7DEDAE

Tints of Vista Blue #7DEDAE

Color information

#7DEDAE (or 0x7DEDAE) is unknown color: approx Vista Blue. HEX triplet: 7D, ED and AE. RGB value is (125,237,174). Sum of RGB (Red+Green+Blue) = 125+237+174=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEDAE is #821251. Grayscale: #C4C4C4. Windows color (decimal): -8524370 or 11464061. OLE color: 11464061.

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

Color convert

RGB125237174-
CMYK0.4700.270.07
HSL146.25º75.68%70.98%-
HSV(B)146.25º47.26%92.94%-
XYZ46.3867.9850.72-
YUV196.33115.3977.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.32%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=23.32%
G=44.22%
B=32.46%

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
Decimal1252371740.4700.270.07146.2575.6870.98
Hex7DEDAE2F01B7924c47
Octal175355256570337222114107
Binary111110111101101101011101011110110111111001001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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