Html Css Color HEX #82DBA8 Vista Blue

📋 copy color: '#82DBA8'

red 130 ◦ green 219 ◦ blue 168

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

Shades of Vista Blue #82DBA8

Tints of Vista Blue #82DBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 25.15%
G = 42.36%
B = 32.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#82DBA8 (or 0x82DBA8) is known color: Vista Blue. HEX triplet: 82, DB and A8. RGB value is (130,219,168). Sum of RGB (Red+Green+Blue) = 130+219+168=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DBA8 is #7D2457. Grayscale: #BABABA. Windows color (decimal): -8201304 or 11066242. OLE color: 11066242.

HSL color Cylindrical-coordinate representation of color #82DBA8: hue angle of 145.62º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DBA8 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 219 168 -
CMYK 0.41 0 0.23 0.14
HSL 145.62º 0.55% 0.68% -
HSV(B) 145.62º 0.41% 0.86% -
XYZ 41.61 58.24 46.09 -
YUV 186.58 117.51 87.65 -
System Red Green Blue C M Y K H S L
Decimal 130 219 168 0.41 0 0.23 0.14 145.62 0.55 0.68
Hex 82 DB A8 29 0 17 E 92 37 44
Octal 202 333 250 51 0 27 16 222 67 104
Binary 10000010 11011011 10101000 101001 0 10111 1110 10010010 110111 1000100

Color Harmonies of #82DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBA8

Black with #82DBA8

Text Example


Text Example

White with #82DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,219,168); }

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

background-color css

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

 a { background-color: rgb(130,219,168); }

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

border-color css

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

 span { border-color: rgb(130,219,168); }

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