Html Css Color HEX #84ECAB Vista Blue

📋 copy color: '#84ECAB'

red 132 ◦ green 236 ◦ blue 171

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

Shades of Vista Blue #84ECAB

Tints of Vista Blue #84ECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.78%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 24.49%
G = 43.78%
B = 31.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#84ECAB (or 0x84ECAB) is known color: Vista Blue. HEX triplet: 84, EC and AB. RGB value is (132,236,171). Sum of RGB (Red+Green+Blue) = 132+236+171=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84ECAB is #7B1354. Grayscale: #C5C5C5. Windows color (decimal): -8065877 or 11267204. OLE color: 11267204.

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

Color convert

RGB 132 236 171 -
CMYK 0.44 0 0.28 0.07
HSL 142.5º 0.73% 0.72% -
HSV(B) 142.5º 0.44% 0.93% -
XYZ 46.86 67.84 49.15 -
YUV 197.49 113.04 81.29 -
System Red Green Blue C M Y K H S L
Decimal 132 236 171 0.44 0 0.28 0.07 142.5 0.73 0.72
Hex 84 EC AB 2C 0 1C 7 8E 49 48
Octal 204 354 253 54 0 34 7 216 111 110
Binary 10000100 11101100 10101011 101100 0 11100 111 10001110 1001001 1001000

Color Harmonies of #84ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECAB

Black with #84ECAB

Text Example


Text Example

White with #84ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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