#82AFBC

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

Shades of Glacier #82AFBC

Tints of Glacier #82AFBC

Color information

#82AFBC (or 0x82AFBC) is unknown color: approx Glacier. HEX triplet: 82, AF and BC. RGB value is (130,175,188). Sum of RGB (Red+Green+Blue) = 130+175+188=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #82AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFBC is #7D5043. Grayscale: #A2A2A2. Windows color (decimal): -8212548 or 12365698. OLE color: 12365698.

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

Color convert

RGB130175188-
CMYK0.310.0700.26
HSL193.45º30.21%62.35%-
HSV(B)193.45º30.85%73.73%-
XYZ33.6139.0453.34-
YUV163.03142.09104.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=26.37%
G=35.50%
B=38.13%

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
Decimal1301751880.310.0700.26193.4530.2162.35
Hex82AFBC1F701Ac11e3e
Octal2022572743770323013676
Binary100000101010111110111100111111110110101100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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