#84EEB5

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

Shades of Vista Blue #84EEB5

Tints of Vista Blue #84EEB5

Color information

#84EEB5 (or 0x84EEB5) is unknown color: approx Vista Blue. HEX triplet: 84, EE and B5. RGB value is (132,238,181). Sum of RGB (Red+Green+Blue) = 132+238+181=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEB5 is #7B114A. Grayscale: #C7C7C7. Windows color (decimal): -8065355 or 11923076. OLE color: 11923076.

HSL color Cylindrical-coordinate representation of color #84EEB5: hue angle of 147.74º 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 #84EEB5 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB132238181-
CMYK0.4500.240.07
HSL147.74º75.71%72.55%-
HSV(B)147.74º44.54%93.33%-
XYZ48.4369.3954.56-
YUV199.81117.3879.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.96%
GREEN value IS 238 (93.36% from 255) = 43.19%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=23.96%
G=43.19%
B=32.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322381810.4500.240.07147.7475.7172.55
Hex84EEB52D0187944c49
Octal204356265550307224114111
Binary1000010011101110101101011011010110001111001010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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