#82AABC

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

Shades of Glacier #82AABC

Tints of Glacier #82AABC

Color information

#82AABC (or 0x82AABC) is unknown color: approx Glacier. HEX triplet: 82, AA and BC. RGB value is (130,170,188). Sum of RGB (Red+Green+Blue) = 130+170+188=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #82AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AABC is #7D5543. Grayscale: #9F9F9F. Windows color (decimal): -8213828 or 12364418. OLE color: 12364418.

HSL color Cylindrical-coordinate representation of color #82AABC: hue angle of 198.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82AABC is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130170188-
CMYK0.310.1000.26
HSL198.62º30.21%62.35%-
HSV(B)198.62º30.85%73.73%-
XYZ32.6637.1353.02-
YUV160.09143.75106.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=26.64%
G=34.84%
B=38.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301701880.310.1000.26198.6230.2162.35
Hex82AABC1FA01Ac71e3e
Octal20225227437120323073676
Binary1000001010101010101111001111110100110101100011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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