Html Css Color HEX #82EBB9 Vista Blue

📋 copy color: '#82EBB9'

red 130 ◦ green 235 ◦ blue 185

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

Shades of Vista Blue #82EBB9

Tints of Vista Blue #82EBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.73%

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

R = 23.64%
G = 42.73%
B = 33.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#82EBB9 (or 0x82EBB9) is known color: Vista Blue. HEX triplet: 82, EB and B9. RGB value is (130,235,185). Sum of RGB (Red+Green+Blue) = 130+235+185=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBB9 is #7D1446. Grayscale: #C6C6C6. Windows color (decimal): -8197191 or 12184450. OLE color: 12184450.

HSL color Cylindrical-coordinate representation of color #82EBB9: hue angle of 151.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBB9 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 235 185 -
CMYK 0.45 0 0.21 0.08
HSL 151.43º 0.72% 0.72% -
HSV(B) 151.43º 0.45% 0.92% -
XYZ 47.67 67.67 56.45 -
YUV 197.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 130 235 185 0.45 0 0.21 0.08 151.43 0.72 0.72
Hex 82 EB B9 2D 0 15 8 97 48 48
Octal 202 353 271 55 0 25 10 227 110 110
Binary 10000010 11101011 10111001 101101 0 10101 1000 10010111 1001000 1001000

Color Harmonies of #82EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EBB9

Black with #82EBB9

Text Example


Text Example

White with #82EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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