Html Css Color HEX #82CCA9 Vista Blue

📋 copy color: '#82CCA9'

red 130 ◦ green 204 ◦ blue 169

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

Shades of Vista Blue #82CCA9

Tints of Vista Blue #82CCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 25.84%
G = 40.56%
B = 33.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#82CCA9 (or 0x82CCA9) is known color: Vista Blue. HEX triplet: 82, CC and A9. RGB value is (130,204,169). Sum of RGB (Red+Green+Blue) = 130+204+169=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CCA9 is #7D3356. Grayscale: #B1B1B1. Windows color (decimal): -8205143 or 11127938. OLE color: 11127938.

HSL color Cylindrical-coordinate representation of color #82CCA9: hue angle of 151.62º 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 #82CCA9 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 169 -
CMYK 0.36 0 0.17 0.2
HSL 151.62º 0.42% 0.65% -
HSV(B) 151.62º 0.36% 0.8% -
XYZ 37.96 50.8 45.34 -
YUV 177.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 130 204 169 0.36 0 0.17 0.2 151.62 0.42 0.65
Hex 82 CC A9 24 0 11 14 98 2A 41
Octal 202 314 251 44 0 21 24 230 52 101
Binary 10000010 11001100 10101001 100100 0 10001 10100 10011000 101010 1000001

Color Harmonies of #82CCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CCA9

Black with #82CCA9

Text Example


Text Example

White with #82CCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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