#84DDA2

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

Shades of Vista Blue #84DDA2

Tints of Vista Blue #84DDA2

Color information

#84DDA2 (or 0x84DDA2) is unknown color: approx Vista Blue. HEX triplet: 84, DD and A2. RGB value is (132,221,162). Sum of RGB (Red+Green+Blue) = 132+221+162=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDA2 is #7B225D. Grayscale: #BBBBBB. Windows color (decimal): -8069726 or 10673540. OLE color: 10673540.

HSL color Cylindrical-coordinate representation of color #84DDA2: hue angle of 140.22º 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 #84DDA2 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB132221162-
CMYK0.4000.270.13
HSL140.22º56.69%69.22%-
HSV(B)140.22º40.27%86.67%-
XYZ41.8959.2343.41-
YUV187.66113.5188.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=25.63%
G=42.91%
B=31.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211620.4000.270.13140.2256.6969.22
Hex84DDA22801BD8c3945
Octal204335242500331521471105
Binary1000010011011101101000101010000110111101100011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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