Html Css Color HEX #84D8AB Vista Blue

📋 copy color: '#84D8AB'

red 132 ◦ green 216 ◦ blue 171

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

Shades of Vista Blue #84D8AB

Tints of Vista Blue #84D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 25.43%
G = 41.62%
B = 32.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#84D8AB (or 0x84D8AB) is known color: Vista Blue. HEX triplet: 84, D8 and AB. RGB value is (132,216,171). Sum of RGB (Red+Green+Blue) = 132+216+171=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D8AB is #7B2754. Grayscale: #B9B9B9. Windows color (decimal): -8070997 or 11262084. OLE color: 11262084.

HSL color Cylindrical-coordinate representation of color #84D8AB: hue angle of 147.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8AB is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 216 171 -
CMYK 0.39 0 0.21 0.15
HSL 147.86º 0.52% 0.68% -
HSV(B) 147.86º 0.39% 0.85% -
XYZ 41.42 56.96 47.34 -
YUV 185.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 132 216 171 0.39 0 0.21 0.15 147.86 0.52 0.68
Hex 84 D8 AB 27 0 15 F 94 34 44
Octal 204 330 253 47 0 25 17 224 64 104
Binary 10000100 11011000 10101011 100111 0 10101 1111 10010100 110100 1000100

Color Harmonies of #84D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D8AB

Black with #84D8AB

Text Example


Text Example

White with #84D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,216,171); }

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

background-color css

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

 a { background-color: rgb(132,216,171); }

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

border-color css

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

 span { border-color: rgb(132,216,171); }

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