#7DECAE

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

Shades of Vista Blue #7DECAE

Tints of Vista Blue #7DECAE

Color information

#7DECAE (or 0x7DECAE) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and AE. RGB value is (125,236,174). Sum of RGB (Red+Green+Blue) = 125+236+174=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECAE is #821351. Grayscale: #C3C3C3. Windows color (decimal): -8524626 or 11463805. OLE color: 11463805.

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

Color convert

RGB125236174-
CMYK0.4700.260.07
HSL146.49º74.5%70.78%-
HSV(B)146.49º47.03%92.55%-
XYZ46.0967.4150.63-
YUV195.74115.7377.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 236 (92.58% from 255) = 44.11%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=23.36%
G=44.11%
B=32.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361740.4700.260.07146.4974.570.78
Hex7DECAE2F01A7924a47
Octal175354256570327222112107
Binary111110111101100101011101011110110101111001001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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