Html Css Color HEX #84EBB5 Vista Blue

📋 copy color: '#84EBB5'

red 132 ◦ green 235 ◦ blue 181

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

Shades of Vista Blue #84EBB5

Tints of Vista Blue #84EBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 24.09%
G = 42.88%
B = 33.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#84EBB5 (or 0x84EBB5) is known color: Vista Blue. HEX triplet: 84, EB and B5. RGB value is (132,235,181). Sum of RGB (Red+Green+Blue) = 132+235+181=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBB5 is #7B144A. Grayscale: #C6C6C6. Windows color (decimal): -8066123 or 11922308. OLE color: 11922308.

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

Color convert

RGB 132 235 181 -
CMYK 0.44 0 0.23 0.08
HSL 148.54º 0.72% 0.72% -
HSV(B) 148.54º 0.44% 0.92% -
XYZ 47.56 67.66 54.27 -
YUV 198.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 132 235 181 0.44 0 0.23 0.08 148.54 0.72 0.72
Hex 84 EB B5 2C 0 17 8 95 48 48
Octal 204 353 265 54 0 27 10 225 110 110
Binary 10000100 11101011 10110101 101100 0 10111 1000 10010101 1001000 1001000

Color Harmonies of #84EBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBB5

Black with #84EBB5

Text Example


Text Example

White with #84EBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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