Html Css Color HEX #84EBA5 Vista Blue

📋 copy color: '#84EBA5'

red 132 ◦ green 235 ◦ blue 165

#84EBA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #84EBA5

Tints of Vista Blue #84EBA5

RGB

 RED value IS 132 (51.95% from 255) = 24.81%

 GREEN value IS 235 (92.19% from 255) = 44.17%

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 24.81%
G = 44.17%
B = 31.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#84EBA5 (or 0x84EBA5) is known color: Vista Blue. HEX triplet: 84, EB and A5. RGB value is (132,235,165). Sum of RGB (Red+Green+Blue) = 132+235+165=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBA5 is #7B145A. Grayscale: #C4C4C4. Windows color (decimal): -8066139 or 10873732. OLE color: 10873732.

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

Color convert

RGB 132 235 165 -
CMYK 0.44 0 0.30 0.08
HSL 139.22º 0.72% 0.72% -
HSV(B) 139.22º 0.44% 0.92% -
XYZ 46.02 67.04 46.11 -
YUV 196.22 110.38 82.19 -
System Red Green Blue C M Y K H S L
Decimal 132 235 165 0.44 0 0.30 0.08 139.22 0.72 0.72
Hex 84 EB A5 2C 0 1E 8 8B 48 48
Octal 204 353 245 54 0 36 10 213 110 110
Binary 10000100 11101011 10100101 101100 0 11110 1000 10001011 1001000 1001000

Color Harmonies of #84EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBA5

Black with #84EBA5

Text Example


Text Example

White with #84EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84EBA5;
 }
 .AnyTagClassName
 {
   color: #84EBA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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