#84ECB9

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

Shades of Vista Blue #84ECB9

Tints of Vista Blue #84ECB9

Color information

#84ECB9 (or 0x84ECB9) is unknown color: approx Vista Blue. HEX triplet: 84, EC and B9. RGB value is (132,236,185). Sum of RGB (Red+Green+Blue) = 132+236+185=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECB9 is #7B1346. Grayscale: #C7C7C7. Windows color (decimal): -8065863 or 12184708. OLE color: 12184708.

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

Color convert

RGB132236185-
CMYK0.4400.220.07
HSL150.58º73.24%72.16%-
HSV(B)150.58º44.07%92.55%-
XYZ48.2768.456.56-
YUV199.09120.0480.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=23.87%
G=42.68%
B=33.45%

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
Decimal1322361850.4400.220.07150.5873.2472.16
Hex84ECB92C0167974948
Octal204354271540267227111110
Binary1000010011101100101110011011000101101111001011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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