#82AEBC

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

Shades of Glacier #82AEBC

Tints of Glacier #82AEBC

Color information

#82AEBC (or 0x82AEBC) is unknown color: approx Glacier. HEX triplet: 82, AE and BC. RGB value is (130,174,188). Sum of RGB (Red+Green+Blue) = 130+174+188=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #82AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEBC is #7D5143. Grayscale: #A2A2A2. Windows color (decimal): -8212804 or 12365442. OLE color: 12365442.

HSL color Cylindrical-coordinate representation of color #82AEBC: hue angle of 194.48º 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 #82AEBC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130174188-
CMYK0.310.0700.26
HSL194.48º30.21%62.35%-
HSV(B)194.48º30.85%73.73%-
XYZ33.4238.6553.28-
YUV162.44142.42104.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=26.42%
G=35.37%
B=38.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301741880.310.0700.26194.4830.2162.35
Hex82AEBC1F701Ac21e3e
Octal2022562743770323023676
Binary100000101010111010111100111111110110101100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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