#82AFC0

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

Shades of Glacier #82AFC0

Tints of Glacier #82AFC0

Color information

#82AFC0 (or 0x82AFC0) is unknown color: approx Glacier. HEX triplet: 82, AF and C0. RGB value is (130,175,192). Sum of RGB (Red+Green+Blue) = 130+175+192=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #82AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFC0 is #7D503F. Grayscale: #A3A3A3. Windows color (decimal): -8212544 or 12627842. OLE color: 12627842.

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

Color convert

RGB130175192-
CMYK0.320.0900.25
HSL196.45º32.98%63.14%-
HSV(B)196.45º32.29%75.29%-
XYZ34.0539.2155.64-
YUV163.48144.09104.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=26.16%
G=35.21%
B=38.63%

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
Decimal1301751920.320.0900.25196.4532.9863.14
Hex82AFC0209019c4213f
Octal20225730040110313044177
Binary100000101010111111000000100000100101100111000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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