Html Css Color HEX #82EFB7 Vista Blue

📋 copy color: '#82EFB7'

red 130 ◦ green 239 ◦ blue 183

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

Shades of Vista Blue #82EFB7

Tints of Vista Blue #82EFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.15%

R = 23.55%
G = 43.3%
B = 33.15%

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

#82EFB7 (or 0x82EFB7) is known color: Vista Blue. HEX triplet: 82, EF and B7. RGB value is (130,239,183). Sum of RGB (Red+Green+Blue) = 130+239+183=552 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.55% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFB7 is #7D1048. Grayscale: #C8C8C8. Windows color (decimal): -8196169 or 12054402. OLE color: 12054402.

HSL color Cylindrical-coordinate representation of color #82EFB7: hue angle of 149.17º 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 #82EFB7 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 183 -
CMYK 0.46 0 0.23 0.06
HSL 149.17º 0.77% 0.72% -
HSV(B) 149.17º 0.46% 0.94% -
XYZ 48.62 69.9 55.73 -
YUV 200.03 118.39 78.05 -
System Red Green Blue C M Y K H S L
Decimal 130 239 183 0.46 0 0.23 0.06 149.17 0.77 0.72
Hex 82 EF B7 2E 0 17 6 95 4D 48
Octal 202 357 267 56 0 27 6 225 115 110
Binary 10000010 11101111 10110111 101110 0 10111 110 10010101 1001101 1001000

Color Harmonies of #82EFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFB7

Black with #82EFB7

Text Example


Text Example

White with #82EFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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