Html Css Color HEX #84F9B0 Vista Blue

📋 copy color: '#84F9B0'

red 132 ◦ green 249 ◦ blue 176

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

Shades of Vista Blue #84F9B0

Tints of Vista Blue #84F9B0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

 BLUE value IS 176 (69.14% from 255) = 31.6%

R = 23.7%
G = 44.7%
B = 31.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#84F9B0 (or 0x84F9B0) is known color: Vista Blue. HEX triplet: 84, F9 and B0. RGB value is (132,249,176). Sum of RGB (Red+Green+Blue) = 132+249+176=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F9B0 is #7B064F. Grayscale: #CDCDCD. Windows color (decimal): -8062544 or 11598212. OLE color: 11598212.

HSL color Cylindrical-coordinate representation of color #84F9B0: hue angle of 142.56º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F9B0 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 249 176 -
CMYK 0.47 0 0.29 0.02
HSL 142.56º 0.91% 0.75% -
HSV(B) 142.56º 0.47% 0.98% -
XYZ 51.23 75.79 53 -
YUV 205.7 111.24 75.44 -
System Red Green Blue C M Y K H S L
Decimal 132 249 176 0.47 0 0.29 0.02 142.56 0.91 0.75
Hex 84 F9 B0 2F 0 1D 2 8F 5B 4B
Octal 204 371 260 57 0 35 2 217 133 113
Binary 10000100 11111001 10110000 101111 0 11101 10 10001111 1011011 1001011

Color Harmonies of #84F9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F9B0

Black with #84F9B0

Text Example


Text Example

White with #84F9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,249,176); }

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

background-color css

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

 a { background-color: rgb(132,249,176); }

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

border-color css

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

 span { border-color: rgb(132,249,176); }

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