#84D8A5

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

Shades of Vista Blue #84D8A5

Tints of Vista Blue #84D8A5

Color information

#84D8A5 (or 0x84D8A5) is unknown color: approx Vista Blue. HEX triplet: 84, D8 and A5. RGB value is (132,216,165). Sum of RGB (Red+Green+Blue) = 132+216+165=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D8A5 is #7B275A. Grayscale: #B9B9B9. Windows color (decimal): -8071003 or 10868868. OLE color: 10868868.

HSL color Cylindrical-coordinate representation of color #84D8A5: hue angle of 143.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8A5 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB132216165-
CMYK0.3900.240.15
HSL143.57º51.85%68.24%-
HSV(B)143.57º38.89%84.71%-
XYZ40.8656.7344.39-
YUV185.07116.6790.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=25.73%
G=42.11%
B=32.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322161650.3900.240.15143.5751.8568.24
Hex84D8A527018F903444
Octal204330245470301722064104
Binary1000010011011000101001011001110110001111100100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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