#82AFBF

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

Shades of Glacier #82AFBF

Tints of Glacier #82AFBF

Color information

#82AFBF (or 0x82AFBF) is unknown color: approx Glacier. HEX triplet: 82, AF and BF. RGB value is (130,175,191). Sum of RGB (Red+Green+Blue) = 130+175+191=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #82AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFBF is #7D5040. Grayscale: #A3A3A3. Windows color (decimal): -8212545 or 12562306. OLE color: 12562306.

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

Color convert

RGB130175191-
CMYK0.320.0800.25
HSL195.74º32.28%62.94%-
HSV(B)195.74º31.94%74.9%-
XYZ33.9439.1755.06-
YUV163.37143.59104.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 191 (75% from 255) = 38.51%
R=26.21%
G=35.28%
B=38.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301751910.320.0800.25195.7432.2862.94
Hex82AFBF208019c4203f
Octal20225727740100313044077
Binary100000101010111110111111100000100001100111000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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