Html Css Color HEX #84DDA3 Vista Blue

📋 copy color: '#84DDA3'

red 132 ◦ green 221 ◦ blue 163

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

Shades of Vista Blue #84DDA3

Tints of Vista Blue #84DDA3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

 BLUE value IS 163 (64.06% from 255) = 31.59%

R = 25.58%
G = 42.83%
B = 31.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#84DDA3 (or 0x84DDA3) is known color: Vista Blue. HEX triplet: 84, DD and A3. RGB value is (132,221,163). Sum of RGB (Red+Green+Blue) = 132+221+163=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDA3 is #7B225C. Grayscale: #BBBBBB. Windows color (decimal): -8069725 or 10739076. OLE color: 10739076.

HSL color Cylindrical-coordinate representation of color #84DDA3: hue angle of 140.9º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDA3 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 163 -
CMYK 0.40 0 0.26 0.13
HSL 140.9º 0.57% 0.69% -
HSV(B) 140.9º 0.4% 0.87% -
XYZ 41.98 59.26 43.88 -
YUV 187.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 132 221 163 0.40 0 0.26 0.13 140.9 0.57 0.69
Hex 84 DD A3 28 0 1A D 8D 39 45
Octal 204 335 243 50 0 32 15 215 71 105
Binary 10000100 11011101 10100011 101000 0 11010 1101 10001101 111001 1000101

Color Harmonies of #84DDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDA3

Black with #84DDA3

Text Example


Text Example

White with #84DDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,221,163); }

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

background-color css

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

 a { background-color: rgb(132,221,163); }

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

border-color css

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

 span { border-color: rgb(132,221,163); }

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