Html Css Color HEX #84DFA2 Vista Blue

📋 copy color: '#84DFA2'

red 132 ◦ green 223 ◦ blue 162

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

Shades of Vista Blue #84DFA2

Tints of Vista Blue #84DFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 162 (63.67% from 255) = 31.33%

R = 25.53%
G = 43.13%
B = 31.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#84DFA2 (or 0x84DFA2) is known color: Vista Blue. HEX triplet: 84, DF and A2. RGB value is (132,223,162). Sum of RGB (Red+Green+Blue) = 132+223+162=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFA2 is #7B205D. Grayscale: #BCBCBC. Windows color (decimal): -8069214 or 10674052. OLE color: 10674052.

HSL color Cylindrical-coordinate representation of color #84DFA2: hue angle of 139.78º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFA2 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 223 162 -
CMYK 0.41 0 0.27 0.13
HSL 139.78º 0.59% 0.7% -
HSV(B) 139.78º 0.41% 0.87% -
XYZ 42.42 60.29 43.58 -
YUV 188.84 112.85 87.46 -
System Red Green Blue C M Y K H S L
Decimal 132 223 162 0.41 0 0.27 0.13 139.78 0.59 0.7
Hex 84 DF A2 29 0 1B D 8C 3B 46
Octal 204 337 242 51 0 33 15 214 73 106
Binary 10000100 11011111 10100010 101001 0 11011 1101 10001100 111011 1000110

Color Harmonies of #84DFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DFA2

Black with #84DFA2

Text Example


Text Example

White with #84DFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,223,162); }

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

background-color css

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

 a { background-color: rgb(132,223,162); }

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

border-color css

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

 span { border-color: rgb(132,223,162); }

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