Html Css Color HEX #84DBAA Vista Blue

📋 copy color: '#84DBAA'

red 132 ◦ green 219 ◦ blue 170

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

Shades of Vista Blue #84DBAA

Tints of Vista Blue #84DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

 BLUE value IS 170 (66.8% from 255) = 32.63%

R = 25.34%
G = 42.03%
B = 32.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#84DBAA (or 0x84DBAA) is known color: Vista Blue. HEX triplet: 84, DB and AA. RGB value is (132,219,170). Sum of RGB (Red+Green+Blue) = 132+219+170=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBAA is #7B2455. Grayscale: #BBBBBB. Windows color (decimal): -8070230 or 11197316. OLE color: 11197316.

HSL color Cylindrical-coordinate representation of color #84DBAA: hue angle of 146.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBAA is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 219 170 -
CMYK 0.40 0 0.22 0.14
HSL 146.21º 0.55% 0.69% -
HSV(B) 146.21º 0.4% 0.86% -
XYZ 42.1 58.47 47.1 -
YUV 187.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 132 219 170 0.40 0 0.22 0.14 146.21 0.55 0.69
Hex 84 DB AA 28 0 16 E 92 37 45
Octal 204 333 252 50 0 26 16 222 67 105
Binary 10000100 11011011 10101010 101000 0 10110 1110 10010010 110111 1000101

Color Harmonies of #84DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBAA

Black with #84DBAA

Text Example


Text Example

White with #84DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,219,170); }

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

background-color css

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

 a { background-color: rgb(132,219,170); }

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

border-color css

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

 span { border-color: rgb(132,219,170); }

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