#82BABF

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

Shades of Glacier #82BABF

Tints of Glacier #82BABF

Color information

#82BABF (or 0x82BABF) is unknown color: approx Glacier. HEX triplet: 82, BA and BF. RGB value is (130,186,191). Sum of RGB (Red+Green+Blue) = 130+186+191=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #82BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BABF is #7D4540. Grayscale: #A9A9A9. Windows color (decimal): -8209729 or 12565122. OLE color: 12565122.

HSL color Cylindrical-coordinate representation of color #82BABF: hue angle of 184.92º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BABF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130186191-
CMYK0.320.0300.25
HSL184.92º32.28%62.94%-
HSV(B)184.92º31.94%74.9%-
XYZ36.1743.6355.8-
YUV169.83139.9599.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 191 (75% from 255) = 37.67%
R=25.64%
G=36.69%
B=37.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301861910.320.0300.25184.9232.2862.94
Hex82BABF203019b9203f
Octal2022722774030312714077
Binary1000001010111010101111111000001101100110111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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