#82AEBA

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

Shades of Glacier #82AEBA

Tints of Glacier #82AEBA

Color information

#82AEBA (or 0x82AEBA) is unknown color: approx Glacier. HEX triplet: 82, AE and BA. RGB value is (130,174,186). Sum of RGB (Red+Green+Blue) = 130+174+186=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #82AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEBA is #7D5145. Grayscale: #A2A2A2. Windows color (decimal): -8212806 or 12234370. OLE color: 12234370.

HSL color Cylindrical-coordinate representation of color #82AEBA: hue angle of 192.86º 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 #82AEBA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130174186-
CMYK0.300.0600.27
HSL192.86º28.87%61.96%-
HSV(B)192.86º30.11%72.94%-
XYZ33.238.5652.15-
YUV162.21141.42105.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.53%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=26.53%
G=35.51%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301741860.300.0600.27192.8628.8761.96
Hex82AEBA1E601Bc11d3e
Octal2022562723660333013576
Binary100000101010111010111010111101100110111100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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