Html Css Color HEX #82CCA6 Vista Blue

📋 copy color: '#82CCA6'

red 130 ◦ green 204 ◦ blue 166

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

Shades of Vista Blue #82CCA6

Tints of Vista Blue #82CCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 26%
G = 40.8%
B = 33.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#82CCA6 (or 0x82CCA6) is known color: Vista Blue. HEX triplet: 82, CC and A6. RGB value is (130,204,166). Sum of RGB (Red+Green+Blue) = 130+204+166=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CCA6 is #7D3359. Grayscale: #B1B1B1. Windows color (decimal): -8205146 or 10931330. OLE color: 10931330.

HSL color Cylindrical-coordinate representation of color #82CCA6: hue angle of 149.19º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CCA6 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 166 -
CMYK 0.36 0 0.19 0.2
HSL 149.19º 0.42% 0.65% -
HSV(B) 149.19º 0.36% 0.8% -
XYZ 37.68 50.68 43.87 -
YUV 177.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 130 204 166 0.36 0 0.19 0.2 149.19 0.42 0.65
Hex 82 CC A6 24 0 13 14 95 2A 41
Octal 202 314 246 44 0 23 24 225 52 101
Binary 10000010 11001100 10100110 100100 0 10011 10100 10010101 101010 1000001

Color Harmonies of #82CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CCA6

Black with #82CCA6

Text Example


Text Example

White with #82CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,204,166); }

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

background-color css

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

 a { background-color: rgb(130,204,166); }

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

border-color css

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

 span { border-color: rgb(130,204,166); }

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