#7FD8AE

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

Shades of Vista Blue #7FD8AE

Tints of Vista Blue #7FD8AE

Color information

#7FD8AE (or 0x7FD8AE) is unknown color: approx Vista Blue. HEX triplet: 7F, D8 and AE. RGB value is (127,216,174). Sum of RGB (Red+Green+Blue) = 127+216+174=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD8AE is #802751. Grayscale: #B8B8B8. Windows color (decimal): -8398674 or 11458687. OLE color: 11458687.

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

Color convert

RGB127216174-
CMYK0.4100.190.15
HSL151.69º53.29%67.25%-
HSV(B)151.69º41.2%84.71%-
XYZ40.9556.6848.83-
YUV184.6122.0186.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.56%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=24.56%
G=41.78%
B=33.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272161740.4100.190.15151.6953.2967.25
Hex7FD8AE29013F983543
Octal177330256510231723065103
Binary111111111011000101011101010010100111111100110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,216,174); }

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

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

 a { background-color: rgb(127,216,174); }

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

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

 span { border-color: rgb(127,216,174); }

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