Html Css Color HEX #82CBA5 Vista Blue

📋 copy color: '#82CBA5'

red 130 ◦ green 203 ◦ blue 165

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

Shades of Vista Blue #82CBA5

Tints of Vista Blue #82CBA5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

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

R = 26.1%
G = 40.76%
B = 33.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#82CBA5 (or 0x82CBA5) is known color: Vista Blue. HEX triplet: 82, CB and A5. RGB value is (130,203,165). Sum of RGB (Red+Green+Blue) = 130+203+165=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CBA5 is #7D345A. Grayscale: #B0B0B0. Windows color (decimal): -8205403 or 10865538. OLE color: 10865538.

HSL color Cylindrical-coordinate representation of color #82CBA5: hue angle of 148.77º degrees, saturation: 0.41, 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 #82CBA5 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 203 165 -
CMYK 0.36 0 0.19 0.20
HSL 148.77º 0.41% 0.65% -
HSV(B) 148.77º 0.36% 0.8% -
XYZ 37.35 50.17 43.31 -
YUV 176.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 130 203 165 0.36 0 0.19 0.20 148.77 0.41 0.65
Hex 82 CB A5 24 0 13 14 95 29 41
Octal 202 313 245 44 0 23 24 225 51 101
Binary 10000010 11001011 10100101 100100 0 10011 10100 10010101 101001 1000001

Color Harmonies of #82CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CBA5

Black with #82CBA5

Text Example


Text Example

White with #82CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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