#82AFBA

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

Shades of Glacier #82AFBA

Tints of Glacier #82AFBA

Color information

#82AFBA (or 0x82AFBA) is unknown color: approx Glacier. HEX triplet: 82, AF and BA. RGB value is (130,175,186). Sum of RGB (Red+Green+Blue) = 130+175+186=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #82AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFBA is #7D5045. Grayscale: #A2A2A2. Windows color (decimal): -8212550 or 12234626. OLE color: 12234626.

HSL color Cylindrical-coordinate representation of color #82AFBA: hue angle of 191.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82AFBA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130175186-
CMYK0.300.0600.27
HSL191.79º28.87%61.96%-
HSV(B)191.79º30.11%72.94%-
XYZ33.438.9552.21-
YUV162.8141.09104.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=26.48%
G=35.64%
B=37.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301751860.300.0600.27191.7928.8761.96
Hex82AFBA1E601Bc01d3e
Octal2022572723660333003576
Binary100000101010111110111010111101100110111100000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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