#82BABA

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

Shades of Glacier #82BABA

Tints of Glacier #82BABA

Color information

#82BABA (or 0x82BABA) is unknown color: approx Glacier. HEX triplet: 82, BA and BA. RGB value is (130,186,186). Sum of RGB (Red+Green+Blue) = 130+186+186=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #82BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BABA is #7D4545. Grayscale: #A9A9A9. Windows color (decimal): -8209734 or 12237442. OLE color: 12237442.

HSL color Cylindrical-coordinate representation of color #82BABA: hue angle of 180º 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 #82BABA is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130186186-
CMYK0.30000.27
HSL180º28.87%61.96%-
HSV(B)180º30.11%72.94%-
XYZ35.6343.4152.96-
YUV169.26137.45100-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=25.90%
G=37.05%
B=37.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301861860.30000.2718028.8761.96
Hex82BABA1E001Bb41d3e
Octal2022722723600332643576
Binary1000001010111010101110101111000110111011010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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