#82AABA

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

Shades of Glacier #82AABA

Tints of Glacier #82AABA

Color information

#82AABA (or 0x82AABA) is unknown color: approx Glacier. HEX triplet: 82, AA and BA. RGB value is (130,170,186). Sum of RGB (Red+Green+Blue) = 130+170+186=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #82AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AABA is #7D5545. Grayscale: #9F9F9F. Windows color (decimal): -8213830 or 12233346. OLE color: 12233346.

HSL color Cylindrical-coordinate representation of color #82AABA: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82AABA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130170186-
CMYK0.300.0900.27
HSL197.14º28.87%61.96%-
HSV(B)197.14º30.11%72.94%-
XYZ32.4437.0451.89-
YUV159.86142.75106.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=26.75%
G=34.98%
B=38.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301701860.300.0900.27197.1428.8761.96
Hex82AABA1E901Bc51d3e
Octal20225227236110333053576
Binary1000001010101010101110101111010010110111100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,186); }

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

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

 a { background-color: rgb(130,170,186); }

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

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

 span { border-color: rgb(130,170,186); }

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