Html Css Color HEX #84ECB9 Vista Blue

📋 copy color: '#84ECB9'

red 132 ◦ green 236 ◦ blue 185

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

Shades of Vista Blue #84ECB9

Tints of Vista Blue #84ECB9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.68%

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

R = 23.87%
G = 42.68%
B = 33.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#84ECB9 (or 0x84ECB9) is known color: Vista Blue. HEX triplet: 84, EC and B9. RGB value is (132,236,185). Sum of RGB (Red+Green+Blue) = 132+236+185=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECB9 is #7B1346. Grayscale: #C7C7C7. Windows color (decimal): -8065863 or 12184708. OLE color: 12184708.

HSL color Cylindrical-coordinate representation of color #84ECB9: hue angle of 150.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECB9 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 236 185 -
CMYK 0.44 0 0.22 0.07
HSL 150.58º 0.73% 0.72% -
HSV(B) 150.58º 0.44% 0.93% -
XYZ 48.27 68.4 56.56 -
YUV 199.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 132 236 185 0.44 0 0.22 0.07 150.58 0.73 0.72
Hex 84 EC B9 2C 0 16 7 97 49 48
Octal 204 354 271 54 0 26 7 227 111 110
Binary 10000100 11101100 10111001 101100 0 10110 111 10010111 1001001 1001000

Color Harmonies of #84ECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECB9

Black with #84ECB9

Text Example


Text Example

White with #84ECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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