Html Css Color HEX #84E8A5 Vista Blue

📋 copy color: '#84E8A5'

red 132 ◦ green 232 ◦ blue 165

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

Shades of Vista Blue #84E8A5

Tints of Vista Blue #84E8A5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.86%

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

R = 24.95%
G = 43.86%
B = 31.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#84E8A5 (or 0x84E8A5) is known color: Vista Blue. HEX triplet: 84, E8 and A5. RGB value is (132,232,165). Sum of RGB (Red+Green+Blue) = 132+232+165=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #84E8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84E8A5 is #7B175A. Grayscale: #C2C2C2. Windows color (decimal): -8066907 or 10872964. OLE color: 10872964.

HSL color Cylindrical-coordinate representation of color #84E8A5: hue angle of 139.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E8A5 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 232 165 -
CMYK 0.43 0 0.29 0.09
HSL 139.8º 0.68% 0.71% -
HSV(B) 139.8º 0.43% 0.91% -
XYZ 45.16 65.34 45.83 -
YUV 194.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 132 232 165 0.43 0 0.29 0.09 139.8 0.68 0.71
Hex 84 E8 A5 2B 0 1D 9 8C 44 47
Octal 204 350 245 53 0 35 11 214 104 107
Binary 10000100 11101000 10100101 101011 0 11101 1001 10001100 1000100 1000111

Color Harmonies of #84E8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E8A5

Black with #84E8A5

Text Example


Text Example

White with #84E8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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