#7DECAD

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

Shades of Vista Blue #7DECAD

Tints of Vista Blue #7DECAD

Color information

#7DECAD (or 0x7DECAD) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and AD. RGB value is (125,236,173). Sum of RGB (Red+Green+Blue) = 125+236+173=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECAD is #821352. Grayscale: #C3C3C3. Windows color (decimal): -8524627 or 11398269. OLE color: 11398269.

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

Color convert

RGB125236173-
CMYK0.4700.270.07
HSL145.95º74.5%70.78%-
HSV(B)145.95º47.03%92.55%-
XYZ4667.3750.11-
YUV195.63115.2377.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.41%
GREEN value IS 236 (92.58% from 255) = 44.19%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=23.41%
G=44.19%
B=32.40%

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
Decimal1252361730.4700.270.07145.9574.570.78
Hex7DECAD2F01B7924a47
Octal175354255570337222112107
Binary111110111101100101011011011110110111111001001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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