Html Css Color HEX #82DFA5 Vista Blue

📋 copy color: '#82DFA5'

red 130 ◦ green 223 ◦ blue 165

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

Shades of Vista Blue #82DFA5

Tints of Vista Blue #82DFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.05%

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 25.1%
G = 43.05%
B = 31.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#82DFA5 (or 0x82DFA5) is known color: Vista Blue. HEX triplet: 82, DF and A5. RGB value is (130,223,165). Sum of RGB (Red+Green+Blue) = 130+223+165=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFA5 is #7D205A. Grayscale: #BCBCBC. Windows color (decimal): -8200283 or 10870658. OLE color: 10870658.

HSL color Cylindrical-coordinate representation of color #82DFA5: hue angle of 142.58º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFA5 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 165 -
CMYK 0.42 0 0.26 0.13
HSL 142.58º 0.59% 0.69% -
HSV(B) 142.58º 0.42% 0.87% -
XYZ 42.39 60.24 44.99 -
YUV 188.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 130 223 165 0.42 0 0.26 0.13 142.58 0.59 0.69
Hex 82 DF A5 2A 0 1A D 8F 3B 45
Octal 202 337 245 52 0 32 15 217 73 105
Binary 10000010 11011111 10100101 101010 0 11010 1101 10001111 111011 1000101

Color Harmonies of #82DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DFA5

Black with #82DFA5

Text Example


Text Example

White with #82DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,165); }

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

background-color css

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

 a { background-color: rgb(130,223,165); }

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

border-color css

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

 span { border-color: rgb(130,223,165); }

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