#7FDAAE

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

Shades of Vista Blue #7FDAAE

Tints of Vista Blue #7FDAAE

Color information

#7FDAAE (or 0x7FDAAE) is unknown color: approx Vista Blue. HEX triplet: 7F, DA and AE. RGB value is (127,218,174). Sum of RGB (Red+Green+Blue) = 127+218+174=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDAAE is #802551. Grayscale: #B9B9B9. Windows color (decimal): -8398162 or 11459199. OLE color: 11459199.

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

Color convert

RGB127218174-
CMYK0.4200.200.15
HSL150.99º55.15%67.65%-
HSV(B)150.99º41.74%85.49%-
XYZ41.4657.7149-
YUV185.78121.3586.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=24.47%
G=42.00%
B=33.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272181740.4200.200.15150.9955.1567.65
Hex7FDAAE2A014F973744
Octal177332256520241722767104
Binary111111111011010101011101010100101001111100101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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