#84ECB7

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

Shades of Vista Blue #84ECB7

Tints of Vista Blue #84ECB7

Color information

#84ECB7 (or 0x84ECB7) is unknown color: approx Vista Blue. HEX triplet: 84, EC and B7. RGB value is (132,236,183). Sum of RGB (Red+Green+Blue) = 132+236+183=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECB7 is #7B1348. Grayscale: #C6C6C6. Windows color (decimal): -8065865 or 12053636. OLE color: 12053636.

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

Color convert

RGB132236183-
CMYK0.4400.220.07
HSL149.42º73.24%72.16%-
HSV(B)149.42º44.07%92.55%-
XYZ48.0668.3255.45-
YUV198.86119.0480.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.96%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=23.96%
G=42.83%
B=33.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322361830.4400.220.07149.4273.2472.16
Hex84ECB72C0167954948
Octal204354267540267225111110
Binary1000010011101100101101111011000101101111001010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,236,183); }

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

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

 a { background-color: rgb(132,236,183); }

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

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

 span { border-color: rgb(132,236,183); }

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