Html Css Color HEX #84DEAC Vista Blue

📋 copy color: '#84DEAC'

red 132 ◦ green 222 ◦ blue 172

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

Shades of Vista Blue #84DEAC

Tints of Vista Blue #84DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

 BLUE value IS 172 (67.58% from 255) = 32.7%

R = 25.1%
G = 42.21%
B = 32.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#84DEAC (or 0x84DEAC) is known color: Vista Blue. HEX triplet: 84, DE and AC. RGB value is (132,222,172). Sum of RGB (Red+Green+Blue) = 132+222+172=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DEAC is #7B2153. Grayscale: #BDBDBD. Windows color (decimal): -8069460 or 11329156. OLE color: 11329156.

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

Color convert

RGB 132 222 172 -
CMYK 0.41 0 0.23 0.13
HSL 146.67º 0.58% 0.69% -
HSV(B) 146.67º 0.41% 0.87% -
XYZ 43.08 60.13 48.36 -
YUV 189.39 118.18 87.07 -
System Red Green Blue C M Y K H S L
Decimal 132 222 172 0.41 0 0.23 0.13 146.67 0.58 0.69
Hex 84 DE AC 29 0 17 D 93 3A 45
Octal 204 336 254 51 0 27 15 223 72 105
Binary 10000100 11011110 10101100 101001 0 10111 1101 10010011 111010 1000101

Color Harmonies of #84DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEAC

Black with #84DEAC

Text Example


Text Example

White with #84DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,222,172); }

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

background-color css

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

 a { background-color: rgb(132,222,172); }

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

border-color css

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

 span { border-color: rgb(132,222,172); }

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