Html Css Color HEX #84DDA7 Vista Blue

📋 copy color: '#84DDA7'

red 132 ◦ green 221 ◦ blue 167

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

Shades of Vista Blue #84DDA7

Tints of Vista Blue #84DDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.12%

R = 25.38%
G = 42.5%
B = 32.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#84DDA7 (or 0x84DDA7) is known color: Vista Blue. HEX triplet: 84, DD and A7. RGB value is (132,221,167). Sum of RGB (Red+Green+Blue) = 132+221+167=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDA7 is #7B2258. Grayscale: #BCBCBC. Windows color (decimal): -8069721 or 11001220. OLE color: 11001220.

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

Color convert

RGB 132 221 167 -
CMYK 0.40 0 0.24 0.13
HSL 143.6º 0.57% 0.69% -
HSV(B) 143.6º 0.4% 0.87% -
XYZ 42.35 59.41 45.79 -
YUV 188.23 116.01 87.89 -
System Red Green Blue C M Y K H S L
Decimal 132 221 167 0.40 0 0.24 0.13 143.6 0.57 0.69
Hex 84 DD A7 28 0 18 D 90 39 45
Octal 204 335 247 50 0 30 15 220 71 105
Binary 10000100 11011101 10100111 101000 0 11000 1101 10010000 111001 1000101

Color Harmonies of #84DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDA7

Black with #84DDA7

Text Example


Text Example

White with #84DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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