#84CEA2

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

Shades of Vista Blue #84CEA2

Tints of Vista Blue #84CEA2

Color information

#84CEA2 (or 0x84CEA2) is unknown color: approx Vista Blue. HEX triplet: 84, CE and A2. RGB value is (132,206,162). Sum of RGB (Red+Green+Blue) = 132+206+162=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CEA2 is #7B315D. Grayscale: #B2B2B2. Windows color (decimal): -8073566 or 10669700. OLE color: 10669700.

HSL color Cylindrical-coordinate representation of color #84CEA2: hue angle of 144.32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CEA2 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB132206162-
CMYK0.3600.210.19
HSL144.32º43.02%66.27%-
HSV(B)144.32º35.92%80.78%-
XYZ38.1151.6642.14-
YUV178.86118.4894.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 162 (63.67% from 255) = 32.4%
R=26.4%
G=41.2%
B=32.4%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322061620.3600.210.19144.3243.0266.27
Hex84CEA22401513902b42
Octal204316242440252322053102
Binary10000100110011101010001010010001010110011100100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,206,162); }

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

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

 a { background-color: rgb(132,206,162); }

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

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

 span { border-color: rgb(132,206,162); }

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