#84ECA8

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

Shades of Vista Blue #84ECA8

Tints of Vista Blue #84ECA8

Color information

#84ECA8 (or 0x84ECA8) is unknown color: approx Vista Blue. HEX triplet: 84, EC and A8. RGB value is (132,236,168). Sum of RGB (Red+Green+Blue) = 132+236+168=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84ECA8 is #7B1357. Grayscale: #C5C5C5. Windows color (decimal): -8065880 or 11070596. OLE color: 11070596.

HSL color Cylindrical-coordinate representation of color #84ECA8: hue angle of 140.77º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECA8 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB132236168-
CMYK0.4400.290.07
HSL140.77º73.24%72.16%-
HSV(B)140.77º44.07%92.55%-
XYZ46.5867.7247.66-
YUV197.15111.5481.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 236 (92.58% from 255) = 44.03%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=24.63%
G=44.03%
B=31.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322361680.4400.290.07140.7773.2472.16
Hex84ECA82C01D78d4948
Octal204354250540357215111110
Binary1000010011101100101010001011000111011111000110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84ECA8; }

 p { color: rgb(132,236,168); }

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

<style>
 a { background-color: #84ECA8; }

 a { background-color: rgb(132,236,168); }

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

<style>
 span { border-color: #84ECA8; }

 span { border-color: rgb(132,236,168); }

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