Html Css Color HEX #84EBA8 Vista Blue

📋 copy color: '#84EBA8'

red 132 ◦ green 235 ◦ blue 168

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

Shades of Vista Blue #84EBA8

Tints of Vista Blue #84EBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 24.67%
G = 43.93%
B = 31.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#84EBA8 (or 0x84EBA8) is known color: Vista Blue. HEX triplet: 84, EB and A8. RGB value is (132,235,168). Sum of RGB (Red+Green+Blue) = 132+235+168=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBA8 is #7B1457. Grayscale: #C4C4C4. Windows color (decimal): -8066136 or 11070340. OLE color: 11070340.

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

Color convert

RGB 132 235 168 -
CMYK 0.44 0 0.29 0.08
HSL 140.97º 0.72% 0.72% -
HSV(B) 140.97º 0.44% 0.92% -
XYZ 46.29 67.15 47.57 -
YUV 196.57 111.88 81.95 -
System Red Green Blue C M Y K H S L
Decimal 132 235 168 0.44 0 0.29 0.08 140.97 0.72 0.72
Hex 84 EB A8 2C 0 1D 8 8D 48 48
Octal 204 353 250 54 0 35 10 215 110 110
Binary 10000100 11101011 10101000 101100 0 11101 1000 10001101 1001000 1001000

Color Harmonies of #84EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBA8

Black with #84EBA8

Text Example


Text Example

White with #84EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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