Html Css Color HEX #82EAAD Vista Blue

📋 copy color: '#82EAAD'

red 130 ◦ green 234 ◦ blue 173

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

Shades of Vista Blue #82EAAD

Tints of Vista Blue #82EAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.58%

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 24.21%
G = 43.58%
B = 32.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#82EAAD (or 0x82EAAD) is known color: Vista Blue. HEX triplet: 82, EA and AD. RGB value is (130,234,173). Sum of RGB (Red+Green+Blue) = 130+234+173=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #82EAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EAAD is #7D1552. Grayscale: #C4C4C4. Windows color (decimal): -8197459 or 11397762. OLE color: 11397762.

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

Color convert

RGB 130 234 173 -
CMYK 0.44 0 0.26 0.08
HSL 144.81º 0.71% 0.71% -
HSV(B) 144.81º 0.44% 0.92% -
XYZ 46.17 66.61 49.96 -
YUV 195.95 115.04 80.96 -
System Red Green Blue C M Y K H S L
Decimal 130 234 173 0.44 0 0.26 0.08 144.81 0.71 0.71
Hex 82 EA AD 2C 0 1A 8 91 47 47
Octal 202 352 255 54 0 32 10 221 107 107
Binary 10000010 11101010 10101101 101100 0 11010 1000 10010001 1000111 1000111

Color Harmonies of #82EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EAAD

Black with #82EAAD

Text Example


Text Example

White with #82EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,234,173); }

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

background-color css

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

 a { background-color: rgb(130,234,173); }

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

border-color css

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

 span { border-color: rgb(130,234,173); }

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