#82DCAE

Color #82DCAE Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #82DCAE

Tints of Vista Blue #82DCAE

Color information

#82DCAE (or 0x82DCAE) is unknown color: approx Vista Blue. HEX triplet: 82, DC and AE. RGB value is (130,220,174). Sum of RGB (Red+Green+Blue) = 130+220+174=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCAE is #7D2351. Grayscale: #BBBBBB. Windows color (decimal): -8201042 or 11459714. OLE color: 11459714.

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

Color convert

RGB130220174-
CMYK0.4100.210.14
HSL149.33º56.25%68.63%-
HSV(B)149.33º40.91%86.27%-
XYZ42.4458.9949.19-
YUV187.85120.1886.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.81%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=24.81%
G=41.98%
B=33.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201740.4100.210.14149.3356.2568.63
Hex82DCAE29015E953845
Octal202334256510251622570105
Binary1000001011011100101011101010010101011110100101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,174); }

 H1.HeaderClassName
 {
   color: #82DCAE;
 }
 .AnyTagClassName
 {
   color: #82DCAE;
 }
</style>
background-color css

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

 a { background-color: rgb(130,220,174); }

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

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

 span { border-color: rgb(130,220,174); }

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