#84DAAA

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

Shades of Vista Blue #84DAAA

Tints of Vista Blue #84DAAA

Color information

#84DAAA (or 0x84DAAA) is unknown color: approx Vista Blue. HEX triplet: 84, DA and AA. RGB value is (132,218,170). Sum of RGB (Red+Green+Blue) = 132+218+170=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAAA is #7B2555. Grayscale: #BABABA. Windows color (decimal): -8070486 or 11197060. OLE color: 11197060.

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

Color convert

RGB132218170-
CMYK0.3900.220.15
HSL146.51º53.75%68.63%-
HSV(B)146.51º39.45%85.49%-
XYZ41.8457.9547.01-
YUV186.81118.5188.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=25.38%
G=41.92%
B=32.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181700.3900.220.15146.5153.7568.63
Hex84DAAA27016F933645
Octal204332252470261722366105
Binary1000010011011010101010101001110101101111100100111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,170); }

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

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

 a { background-color: rgb(132,218,170); }

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

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

 span { border-color: rgb(132,218,170); }

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