#82ACBA

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

Shades of Glacier #82ACBA

Tints of Glacier #82ACBA

Color information

#82ACBA (or 0x82ACBA) is unknown color: approx Glacier. HEX triplet: 82, AC and BA. RGB value is (130,172,186). Sum of RGB (Red+Green+Blue) = 130+172+186=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #82ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACBA is #7D5345. Grayscale: #A0A0A0. Windows color (decimal): -8213318 or 12233858. OLE color: 12233858.

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

Color convert

RGB130172186-
CMYK0.300.0800.27
HSL195º28.87%61.96%-
HSV(B)195º30.11%72.94%-
XYZ32.8237.852.02-
YUV161.04142.09105.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=26.64%
G=35.25%
B=38.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301721860.300.0800.2719528.8761.96
Hex82ACBA1E801Bc31d3e
Octal20225427236100333033576
Binary1000001010101100101110101111010000110111100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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