Html Css Color HEX #82EDB8 Vista Blue

📋 copy color: '#82EDB8'

red 130 ◦ green 237 ◦ blue 184

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

Shades of Vista Blue #82EDB8

Tints of Vista Blue #82EDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.01%

 BLUE value IS 184 (72.27% from 255) = 33.39%

R = 23.59%
G = 43.01%
B = 33.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#82EDB8 (or 0x82EDB8) is known color: Vista Blue. HEX triplet: 82, ED and B8. RGB value is (130,237,184). Sum of RGB (Red+Green+Blue) = 130+237+184=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDB8 is #7D1247. Grayscale: #C7C7C7. Windows color (decimal): -8196680 or 12119426. OLE color: 12119426.

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

Color convert

RGB 130 237 184 -
CMYK 0.45 0 0.22 0.07
HSL 150.28º 0.75% 0.72% -
HSV(B) 150.28º 0.45% 0.93% -
XYZ 48.14 68.77 56.08 -
YUV 198.97 119.55 78.81 -
System Red Green Blue C M Y K H S L
Decimal 130 237 184 0.45 0 0.22 0.07 150.28 0.75 0.72
Hex 82 ED B8 2D 0 16 7 96 4B 48
Octal 202 355 270 55 0 26 7 226 113 110
Binary 10000010 11101101 10111000 101101 0 10110 111 10010110 1001011 1001000

Color Harmonies of #82EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EDB8

Black with #82EDB8

Text Example


Text Example

White with #82EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,237,184); }

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

background-color css

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

 a { background-color: rgb(130,237,184); }

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

border-color css

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

 span { border-color: rgb(130,237,184); }

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