Html Css Color HEX #84EFB3 Vista Blue

📋 copy color: '#84EFB3'

red 132 ◦ green 239 ◦ blue 179

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

Shades of Vista Blue #84EFB3

Tints of Vista Blue #84EFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.45%

 BLUE value IS 179 (70.31% from 255) = 32.55%

R = 24%
G = 43.45%
B = 32.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#84EFB3 (or 0x84EFB3) is known color: Vista Blue. HEX triplet: 84, EF and B3. RGB value is (132,239,179). Sum of RGB (Red+Green+Blue) = 132+239+179=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFB3 is #7B104C. Grayscale: #C8C8C8. Windows color (decimal): -8065101 or 11792260. OLE color: 11792260.

HSL color Cylindrical-coordinate representation of color #84EFB3: hue angle of 146.36º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFB3 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 239 179 -
CMYK 0.45 0 0.25 0.06
HSL 146.36º 0.77% 0.73% -
HSV(B) 146.36º 0.45% 0.94% -
XYZ 48.52 69.89 53.58 -
YUV 200.17 116.05 79.38 -
System Red Green Blue C M Y K H S L
Decimal 132 239 179 0.45 0 0.25 0.06 146.36 0.77 0.73
Hex 84 EF B3 2D 0 19 6 92 4D 49
Octal 204 357 263 55 0 31 6 222 115 111
Binary 10000100 11101111 10110011 101101 0 11001 110 10010010 1001101 1001001

Color Harmonies of #84EFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EFB3

Black with #84EFB3

Text Example


Text Example

White with #84EFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,239,179); }

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

background-color css

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

 a { background-color: rgb(132,239,179); }

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

border-color css

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

 span { border-color: rgb(132,239,179); }

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