#7FECB8

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

Shades of Vista Blue #7FECB8

Tints of Vista Blue #7FECB8

Color information

#7FECB8 (or 0x7FECB8) is unknown color: approx Vista Blue. HEX triplet: 7F, EC and B8. RGB value is (127,236,184). Sum of RGB (Red+Green+Blue) = 127+236+184=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECB8 is #801347. Grayscale: #C5C5C5. Windows color (decimal): -8393544 or 12119167. OLE color: 12119167.

HSL color Cylindrical-coordinate representation of color #7FECB8: hue angle of 151.38º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FECB8 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB127236184-
CMYK0.4600.220.07
HSL151.38º74.15%71.18%-
HSV(B)151.38º46.19%92.55%-
XYZ47.467.9655.97-
YUV197.48120.3977.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=23.22%
G=43.14%
B=33.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272361840.4600.220.07151.3874.1571.18
Hex7FECB82E0167974a47
Octal177354270560267227112107
Binary111111111101100101110001011100101101111001011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FECB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,236,184); }

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

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

 a { background-color: rgb(127,236,184); }

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

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

 span { border-color: rgb(127,236,184); }

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