#84DDA5

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

Shades of Vista Blue #84DDA5

Tints of Vista Blue #84DDA5

Color information

#84DDA5 (or 0x84DDA5) is unknown color: approx Vista Blue. HEX triplet: 84, DD and A5. RGB value is (132,221,165). Sum of RGB (Red+Green+Blue) = 132+221+165=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDA5 is #7B225A. Grayscale: #BCBCBC. Windows color (decimal): -8069723 or 10870148. OLE color: 10870148.

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

Color convert

RGB132221165-
CMYK0.4000.250.13
HSL142.25º56.69%69.22%-
HSV(B)142.25º40.27%86.67%-
XYZ42.1659.3444.83-
YUV188115.0188.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.48%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=25.48%
G=42.66%
B=31.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211650.4000.250.13142.2556.6969.22
Hex84DDA528019D8e3945
Octal204335245500311521671105
Binary1000010011011101101001011010000110011101100011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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