#82ABBD

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

Shades of Glacier #82ABBD

Tints of Glacier #82ABBD

Color information

#82ABBD (or 0x82ABBD) is unknown color: approx Glacier. HEX triplet: 82, AB and BD. RGB value is (130,171,189). Sum of RGB (Red+Green+Blue) = 130+171+189=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #82ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABBD is #7D5442. Grayscale: #A0A0A0. Windows color (decimal): -8213571 or 12430210. OLE color: 12430210.

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

Color convert

RGB130171189-
CMYK0.310.1000.26
HSL198.31º30.89%62.55%-
HSV(B)198.31º31.22%74.12%-
XYZ32.9537.5553.65-
YUV160.79143.92106.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.53%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=26.53%
G=34.90%
B=38.57%

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
Decimal1301711890.310.1000.26198.3130.8962.55
Hex82ABBD1FA01Ac61f3f
Octal20225327537120323063777
Binary1000001010101011101111011111110100110101100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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