Html Css Color HEX #84EAAD Vista Blue

📋 copy color: '#84EAAD'

red 132 ◦ green 234 ◦ blue 173

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

Shades of Vista Blue #84EAAD

Tints of Vista Blue #84EAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 24.49%
G = 43.41%
B = 32.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#84EAAD (or 0x84EAAD) is known color: Vista Blue. HEX triplet: 84, EA and AD. RGB value is (132,234,173). Sum of RGB (Red+Green+Blue) = 132+234+173=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EAAD is #7B1552. Grayscale: #C4C4C4. Windows color (decimal): -8066387 or 11397764. OLE color: 11397764.

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

Color convert

RGB 132 234 173 -
CMYK 0.44 0 0.26 0.08
HSL 144.12º 0.71% 0.72% -
HSV(B) 144.12º 0.44% 0.92% -
XYZ 46.48 66.77 49.97 -
YUV 196.55 114.71 81.96 -
System Red Green Blue C M Y K H S L
Decimal 132 234 173 0.44 0 0.26 0.08 144.12 0.71 0.72
Hex 84 EA AD 2C 0 1A 8 90 47 48
Octal 204 352 255 54 0 32 10 220 107 110
Binary 10000100 11101010 10101101 101100 0 11010 1000 10010000 1000111 1001000

Color Harmonies of #84EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EAAD

Black with #84EAAD

Text Example


Text Example

White with #84EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,234,173); }

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

background-color css

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

 a { background-color: rgb(132,234,173); }

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

border-color css

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

 span { border-color: rgb(132,234,173); }

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