Html Css Color HEX #84DBA9 Vista Blue

📋 copy color: '#84DBA9'

red 132 ◦ green 219 ◦ blue 169

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

Shades of Vista Blue #84DBA9

Tints of Vista Blue #84DBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 25.38%
G = 42.12%
B = 32.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#84DBA9 (or 0x84DBA9) is known color: Vista Blue. HEX triplet: 84, DB and A9. RGB value is (132,219,169). Sum of RGB (Red+Green+Blue) = 132+219+169=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBA9 is #7B2456. Grayscale: #BBBBBB. Windows color (decimal): -8070231 or 11131780. OLE color: 11131780.

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

Color convert

RGB 132 219 169 -
CMYK 0.40 0 0.23 0.14
HSL 145.52º 0.55% 0.69% -
HSV(B) 145.52º 0.4% 0.86% -
XYZ 42.01 58.43 46.6 -
YUV 187.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 132 219 169 0.40 0 0.23 0.14 145.52 0.55 0.69
Hex 84 DB A9 28 0 17 E 92 37 45
Octal 204 333 251 50 0 27 16 222 67 105
Binary 10000100 11011011 10101001 101000 0 10111 1110 10010010 110111 1000101

Color Harmonies of #84DBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBA9

Black with #84DBA9

Text Example


Text Example

White with #84DBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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