#84EEAA

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

Shades of Vista Blue #84EEAA

Tints of Vista Blue #84EEAA

Color information

#84EEAA (or 0x84EEAA) is unknown color: approx Vista Blue. HEX triplet: 84, EE and AA. RGB value is (132,238,170). Sum of RGB (Red+Green+Blue) = 132+238+170=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EEAA is #7B1155. Grayscale: #C6C6C6. Windows color (decimal): -8065366 or 11202180. OLE color: 11202180.

HSL color Cylindrical-coordinate representation of color #84EEAA: hue angle of 141.51º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EEAA is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB132238170-
CMYK0.4500.290.07
HSL141.51º75.71%72.55%-
HSV(B)141.51º44.54%93.33%-
XYZ47.3568.9648.84-
YUV198.55111.8880.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.44%
GREEN value IS 238 (93.36% from 255) = 44.07%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=24.44%
G=44.07%
B=31.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322381700.4500.290.07141.5175.7172.55
Hex84EEAA2D01D78e4c49
Octal204356252550357216114111
Binary1000010011101110101010101011010111011111000111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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