Html Css Color HEX #82CDA9 Vista Blue

📋 copy color: '#82CDA9'

red 130 ◦ green 205 ◦ blue 169

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

Shades of Vista Blue #82CDA9

Tints of Vista Blue #82CDA9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 25.79%
G = 40.67%
B = 33.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#82CDA9 (or 0x82CDA9) is known color: Vista Blue. HEX triplet: 82, CD and A9. RGB value is (130,205,169). Sum of RGB (Red+Green+Blue) = 130+205+169=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDA9 is #7D3256. Grayscale: #B2B2B2. Windows color (decimal): -8204887 or 11128194. OLE color: 11128194.

HSL color Cylindrical-coordinate representation of color #82CDA9: hue angle of 151.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDA9 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 205 169 -
CMYK 0.37 0 0.18 0.20
HSL 151.2º 0.43% 0.66% -
HSV(B) 151.2º 0.37% 0.8% -
XYZ 38.2 51.27 45.42 -
YUV 178.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 130 205 169 0.37 0 0.18 0.20 151.2 0.43 0.66
Hex 82 CD A9 25 0 12 14 97 2B 42
Octal 202 315 251 45 0 22 24 227 53 102
Binary 10000010 11001101 10101001 100101 0 10010 10100 10010111 101011 1000010

Color Harmonies of #82CDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CDA9

Black with #82CDA9

Text Example


Text Example

White with #82CDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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