#82ACC2

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

Shades of Glacier #82ACC2

Tints of Glacier #82ACC2

Color information

#82ACC2 (or 0x82ACC2) is unknown color: approx Glacier. HEX triplet: 82, AC and C2. RGB value is (130,172,194). Sum of RGB (Red+Green+Blue) = 130+172+194=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #82ACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACC2 is #7D533D. Grayscale: #A1A1A1. Windows color (decimal): -8213310 or 12758146. OLE color: 12758146.

HSL color Cylindrical-coordinate representation of color #82ACC2: hue angle of 200.62º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82ACC2 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB130172194-
CMYK0.330.1100.24
HSL200.62º34.41%63.53%-
HSV(B)200.62º32.99%76.08%-
XYZ33.738.1556.63-
YUV161.95146.09105.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=26.21%
G=34.68%
B=39.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301721940.330.1100.24200.6234.4163.53
Hex82ACC221B018c92240
Octal202254302411303031142100
Binary1000001010101100110000101000011011011000110010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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