Html Css Color HEX #84F0B9 Vista Blue

📋 copy color: '#84F0B9'

red 132 ◦ green 240 ◦ blue 185

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

Shades of Vista Blue #84F0B9

Tints of Vista Blue #84F0B9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 23.7%
G = 43.09%
B = 33.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#84F0B9 (or 0x84F0B9) is known color: Vista Blue. HEX triplet: 84, F0 and B9. RGB value is (132,240,185). Sum of RGB (Red+Green+Blue) = 132+240+185=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #84F0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F0B9 is #7B0F46. Grayscale: #C9C9C9. Windows color (decimal): -8064839 or 12185732. OLE color: 12185732.

HSL color Cylindrical-coordinate representation of color #84F0B9: hue angle of 149.44º degrees, saturation: 0.78, 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 #84F0B9 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 240 185 -
CMYK 0.45 0 0.23 0.06
HSL 149.44º 0.78% 0.73% -
HSV(B) 149.44º 0.45% 0.94% -
XYZ 49.43 70.73 56.95 -
YUV 201.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 132 240 185 0.45 0 0.23 0.06 149.44 0.78 0.73
Hex 84 F0 B9 2D 0 17 6 95 4E 49
Octal 204 360 271 55 0 27 6 225 116 111
Binary 10000100 11110000 10111001 101101 0 10111 110 10010101 1001110 1001001

Color Harmonies of #84F0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F0B9

Black with #84F0B9

Text Example


Text Example

White with #84F0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,240,185); }

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

background-color css

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

 a { background-color: rgb(132,240,185); }

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

border-color css

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

 span { border-color: rgb(132,240,185); }

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