#84EBB0

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

Shades of Vista Blue #84EBB0

Tints of Vista Blue #84EBB0

Color information

#84EBB0 (or 0x84EBB0) is unknown color: approx Vista Blue. HEX triplet: 84, EB and B0. RGB value is (132,235,176). Sum of RGB (Red+Green+Blue) = 132+235+176=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBB0 is #7B144F. Grayscale: #C5C5C5. Windows color (decimal): -8066128 or 11594628. OLE color: 11594628.

HSL color Cylindrical-coordinate representation of color #84EBB0: hue angle of 145.63º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBB0 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB132235176-
CMYK0.4400.250.08
HSL145.63º72.03%71.96%-
HSV(B)145.63º43.83%92.16%-
XYZ47.0667.4651.61-
YUV197.48115.8881.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.31%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=24.31%
G=43.28%
B=32.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351760.4400.250.08145.6372.0371.96
Hex84EBB02C0198924848
Octal2043532605403110222110110
Binary10000100111010111011000010110001100110001001001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,235,176); }

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

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

 a { background-color: rgb(132,235,176); }

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

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

 span { border-color: rgb(132,235,176); }

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