#7DDFAE

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

Shades of Vista Blue #7DDFAE

Tints of Vista Blue #7DDFAE

Color information

#7DDFAE (or 0x7DDFAE) is unknown color: approx Vista Blue. HEX triplet: 7D, DF and AE. RGB value is (125,223,174). Sum of RGB (Red+Green+Blue) = 125+223+174=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDFAE is #822051. Grayscale: #BCBCBC. Windows color (decimal): -8527954 or 11460477. OLE color: 11460477.

HSL color Cylindrical-coordinate representation of color #7DDFAE: hue angle of 150º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFAE is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB125223174-
CMYK0.4400.220.13
HSL150º60.49%68.24%-
HSV(B)150º43.95%87.45%-
XYZ42.4960.1949.42-
YUV188.11120.0382.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.95%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=23.95%
G=42.72%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252231740.4400.220.1315060.4968.24
Hex7DDFAE2C016D963c44
Octal175337256540261522674104
Binary111110111011111101011101011000101101101100101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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