#84DCA5

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

Shades of Vista Blue #84DCA5

Tints of Vista Blue #84DCA5

Color information

#84DCA5 (or 0x84DCA5) is unknown color: approx Vista Blue. HEX triplet: 84, DC and A5. RGB value is (132,220,165). Sum of RGB (Red+Green+Blue) = 132+220+165=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DCA5 is #7B235A. Grayscale: #BBBBBB. Windows color (decimal): -8069979 or 10869892. OLE color: 10869892.

HSL color Cylindrical-coordinate representation of color #84DCA5: hue angle of 142.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCA5 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB132220165-
CMYK0.4000.250.14
HSL142.5º55.7%69.02%-
HSV(B)142.5º40%86.27%-
XYZ41.958.8144.74-
YUV187.42115.3588.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=25.53%
G=42.55%
B=31.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201650.4000.250.14142.555.769.02
Hex84DCA528019E8e3845
Octal204334245500311621670105
Binary1000010011011100101001011010000110011110100011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,165); }

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

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

 a { background-color: rgb(132,220,165); }

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

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

 span { border-color: rgb(132,220,165); }

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