#82A4BF

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

Shades of Polo Blue #82A4BF

Tints of Polo Blue #82A4BF

Color information

#82A4BF (or 0x82A4BF) is unknown color: approx Polo Blue. HEX triplet: 82, A4 and BF. RGB value is (130,164,191). Sum of RGB (Red+Green+Blue) = 130+164+191=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #82A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4BF is #7D5B40. Grayscale: #9C9C9C. Windows color (decimal): -8215361 or 12559490. OLE color: 12559490.

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

Color convert

RGB130164191-
CMYK0.320.1400.25
HSL206.56º32.28%62.94%-
HSV(B)206.56º31.94%74.9%-
XYZ31.8935.0654.38-
YUV156.91147.24108.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 191 (75% from 255) = 39.38%
R=26.80%
G=33.81%
B=39.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301641910.320.1400.25206.5632.2862.94
Hex82A4BF20E019cf203f
Octal20224427740160313174077
Binary100000101010010010111111100000111001100111001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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