#82ADBF

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

Shades of Glacier #82ADBF

Tints of Glacier #82ADBF

Color information

#82ADBF (or 0x82ADBF) is unknown color: approx Glacier. HEX triplet: 82, AD and BF. RGB value is (130,173,191). Sum of RGB (Red+Green+Blue) = 130+173+191=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #82ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADBF is #7D5240. Grayscale: #A2A2A2. Windows color (decimal): -8213057 or 12561794. OLE color: 12561794.

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

Color convert

RGB130173191-
CMYK0.320.0900.25
HSL197.7º32.28%62.94%-
HSV(B)197.7º31.94%74.9%-
XYZ33.5538.3954.93-
YUV162.2144.25105.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 191 (75% from 255) = 38.66%
R=26.32%
G=35.02%
B=38.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301731910.320.0900.25197.732.2862.94
Hex82ADBF209019c6203f
Octal20225527740110313064077
Binary100000101010110110111111100000100101100111000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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