Html Css Color HEX #82EFB9 Vista Blue

📋 copy color: '#82EFB9'

red 130 ◦ green 239 ◦ blue 185

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

Shades of Vista Blue #82EFB9

Tints of Vista Blue #82EFB9

RGB

 RED value IS 130 (51.17% from 255) = 23.47%

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

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

R = 23.47%
G = 43.14%
B = 33.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#82EFB9 (or 0x82EFB9) is known color: Vista Blue. HEX triplet: 82, EF and B9. RGB value is (130,239,185). Sum of RGB (Red+Green+Blue) = 130+239+185=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFB9 is #7D1046. Grayscale: #C8C8C8. Windows color (decimal): -8196167 or 12185474. OLE color: 12185474.

HSL color Cylindrical-coordinate representation of color #82EFB9: hue angle of 150.28º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFB9 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 185 -
CMYK 0.46 0 0.23 0.06
HSL 150.28º 0.77% 0.72% -
HSV(B) 150.28º 0.46% 0.94% -
XYZ 48.83 69.98 56.83 -
YUV 200.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 130 239 185 0.46 0 0.23 0.06 150.28 0.77 0.72
Hex 82 EF B9 2E 0 17 6 96 4D 48
Octal 202 357 271 56 0 27 6 226 115 110
Binary 10000010 11101111 10111001 101110 0 10111 110 10010110 1001101 1001000

Color Harmonies of #82EFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFB9

Black with #82EFB9

Text Example


Text Example

White with #82EFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82EFB9; }

 p { color: rgb(130,239,185); }

 H1.HeaderClassName
 {
   color: #82EFB9;
 }
 .AnyTagClassName
 {
   color: #82EFB9;
 }
</style>

background-color css

<style>
 a { background-color: #82EFB9; }

 a { background-color: rgb(130,239,185); }

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

border-color css

<style>
 span { border-color: #82EFB9; }

 span { border-color: rgb(130,239,185); }

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