#7FD8AF

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

Shades of Vista Blue #7FD8AF

Tints of Vista Blue #7FD8AF

Color information

#7FD8AF (or 0x7FD8AF) is unknown color: approx Vista Blue. HEX triplet: 7F, D8 and AF. RGB value is (127,216,175). Sum of RGB (Red+Green+Blue) = 127+216+175=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD8AF is #802750. Grayscale: #B8B8B8. Windows color (decimal): -8398673 or 11524223. OLE color: 11524223.

HSL color Cylindrical-coordinate representation of color #7FD8AF: hue angle of 152.36º 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 #7FD8AF is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB127216175-
CMYK0.4100.190.15
HSL152.36º53.29%67.25%-
HSV(B)152.36º41.2%84.71%-
XYZ41.0556.7249.34-
YUV184.71122.5186.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.52%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=24.52%
G=41.70%
B=33.78%

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
Decimal1272161750.4100.190.15152.3653.2967.25
Hex7FD8AF29013F983543
Octal177330257510231723065103
Binary111111111011000101011111010010100111111100110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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