#82ABB7

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

Shades of Glacier #82ABB7

Tints of Glacier #82ABB7

Color information

#82ABB7 (or 0x82ABB7) is unknown color: approx Glacier. HEX triplet: 82, AB and B7. RGB value is (130,171,183). Sum of RGB (Red+Green+Blue) = 130+171+183=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #82ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABB7 is #7D5448. Grayscale: #A0A0A0. Windows color (decimal): -8213577 or 12036994. OLE color: 12036994.

HSL color Cylindrical-coordinate representation of color #82ABB7: hue angle of 193.58º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82ABB7 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB130171183-
CMYK0.290.0700.28
HSL193.58º26.9%61.37%-
HSV(B)193.58º28.96%71.76%-
XYZ32.3237.2950.29-
YUV160.11140.92106.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=26.86%
G=35.33%
B=37.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301711830.290.0700.28193.5826.961.37
Hex82ABB71D701Cc21b3d
Octal2022532673570343023375
Binary100000101010101110110111111011110111001100001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,183); }

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

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

 a { background-color: rgb(130,171,183); }

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

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

 span { border-color: rgb(130,171,183); }

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