#7DECA9

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

Shades of Vista Blue #7DECA9

Tints of Vista Blue #7DECA9

Color information

#7DECA9 (or 0x7DECA9) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and A9. RGB value is (125,236,169). Sum of RGB (Red+Green+Blue) = 125+236+169=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECA9 is #821356. Grayscale: #C3C3C3. Windows color (decimal): -8524631 or 11136125. OLE color: 11136125.

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

Color convert

RGB125236169-
CMYK0.4700.280.07
HSL143.78º74.5%70.78%-
HSV(B)143.78º47.03%92.55%-
XYZ45.6167.2248.11-
YUV195.17113.2377.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=23.58%
G=44.53%
B=31.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361690.4700.280.07143.7874.570.78
Hex7DECA92F01C7904a47
Octal175354251570347220112107
Binary111110111101100101010011011110111001111001000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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