#84CEAA

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

Shades of Vista Blue #84CEAA

Tints of Vista Blue #84CEAA

Color information

#84CEAA (or 0x84CEAA) is unknown color: approx Vista Blue. HEX triplet: 84, CE and AA. RGB value is (132,206,170). Sum of RGB (Red+Green+Blue) = 132+206+170=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CEAA is #7B3155. Grayscale: #B3B3B3. Windows color (decimal): -8073558 or 11193988. OLE color: 11193988.

HSL color Cylindrical-coordinate representation of color #84CEAA: hue angle of 150.81º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CEAA is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB132206170-
CMYK0.3600.170.19
HSL150.81º43.02%66.27%-
HSV(B)150.81º35.92%80.78%-
XYZ38.8451.9546.01-
YUV179.77122.4893.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=25.98%
G=40.55%
B=33.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322061700.3600.170.19150.8143.0266.27
Hex84CEAA2401113972b42
Octal204316252440212322753102
Binary10000100110011101010101010010001000110011100101111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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