#82ABBC

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

Shades of Glacier #82ABBC

Tints of Glacier #82ABBC

Color information

#82ABBC (or 0x82ABBC) is unknown color: approx Glacier. HEX triplet: 82, AB and BC. RGB value is (130,171,188). Sum of RGB (Red+Green+Blue) = 130+171+188=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #82ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABBC is #7D5443. Grayscale: #A0A0A0. Windows color (decimal): -8213572 or 12364674. OLE color: 12364674.

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

Color convert

RGB130171188-
CMYK0.310.0900.26
HSL197.59º30.21%62.35%-
HSV(B)197.59º30.85%73.73%-
XYZ32.8537.553.08-
YUV160.68143.42106.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=26.58%
G=34.97%
B=38.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301711880.310.0900.26197.5930.2162.35
Hex82ABBC1F901Ac61e3e
Octal20225327437110323063676
Binary1000001010101011101111001111110010110101100011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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