#7FCEA5

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

Shades of Vista Blue #7FCEA5

Tints of Vista Blue #7FCEA5

Color information

#7FCEA5 (or 0x7FCEA5) is unknown color: approx Vista Blue. HEX triplet: 7F, CE and A5. RGB value is (127,206,165). Sum of RGB (Red+Green+Blue) = 127+206+165=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEA5 is #80315A. Grayscale: #B1B1B1. Windows color (decimal): -8401243 or 10866303. OLE color: 10866303.

HSL color Cylindrical-coordinate representation of color #7FCEA5: hue angle of 148.86º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEA5 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB127206165-
CMYK0.3800.200.19
HSL148.86º44.63%65.29%-
HSV(B)148.86º38.35%80.78%-
XYZ37.6251.3743.53-
YUV177.7120.8391.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 165 (64.84% from 255) = 33.13%
R=25.50%
G=41.37%
B=33.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272061650.3800.200.19148.8644.6365.29
Hex7FCEA52601413952d41
Octal177316245460242322555101
Binary1111111110011101010010110011001010010011100101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,206,165); }

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

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

 a { background-color: rgb(127,206,165); }

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

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

 span { border-color: rgb(127,206,165); }

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