Html Css Color HEX #84DBAB Vista Blue

📋 copy color: '#84DBAB'

red 132 ◦ green 219 ◦ blue 171

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

Shades of Vista Blue #84DBAB

Tints of Vista Blue #84DBAB

RGB

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

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

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

R = 25.29%
G = 41.95%
B = 32.76%

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

#84DBAB (or 0x84DBAB) is known color: Vista Blue. HEX triplet: 84, DB and AB. RGB value is (132,219,171). Sum of RGB (Red+Green+Blue) = 132+219+171=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBAB is #7B2454. Grayscale: #BBBBBB. Windows color (decimal): -8070229 or 11262852. OLE color: 11262852.

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

Color convert

RGB 132 219 171 -
CMYK 0.40 0 0.22 0.14
HSL 146.9º 0.55% 0.69% -
HSV(B) 146.9º 0.4% 0.86% -
XYZ 42.2 58.51 47.6 -
YUV 187.52 118.68 88.4 -
System Red Green Blue C M Y K H S L
Decimal 132 219 171 0.40 0 0.22 0.14 146.9 0.55 0.69
Hex 84 DB AB 28 0 16 E 93 37 45
Octal 204 333 253 50 0 26 16 223 67 105
Binary 10000100 11011011 10101011 101000 0 10110 1110 10010011 110111 1000101

Color Harmonies of #84DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBAB

Black with #84DBAB

Text Example


Text Example

White with #84DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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