#7DDAAE

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

Shades of Vista Blue #7DDAAE

Tints of Vista Blue #7DDAAE

Color information

#7DDAAE (or 0x7DDAAE) is unknown color: approx Vista Blue. HEX triplet: 7D, DA and AE. RGB value is (125,218,174). Sum of RGB (Red+Green+Blue) = 125+218+174=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDAAE is #822551. Grayscale: #B9B9B9. Windows color (decimal): -8529234 or 11459197. OLE color: 11459197.

HSL color Cylindrical-coordinate representation of color #7DDAAE: hue angle of 151.61º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDAAE is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB125218174-
CMYK0.4300.200.15
HSL151.61º55.69%67.25%-
HSV(B)151.61º42.66%85.49%-
XYZ41.1757.5648.98-
YUV185.18121.6985.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=24.18%
G=42.17%
B=33.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181740.4300.200.15151.6155.6967.25
Hex7DDAAE2B014F983843
Octal175332256530241723070103
Binary111110111011010101011101010110101001111100110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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