#82A3BF

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

Shades of Polo Blue #82A3BF

Tints of Polo Blue #82A3BF

Color information

#82A3BF (or 0x82A3BF) is unknown color: approx Polo Blue. HEX triplet: 82, A3 and BF. RGB value is (130,163,191). Sum of RGB (Red+Green+Blue) = 130+163+191=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #82A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A3BF is #7D5C40. Grayscale: #9C9C9C. Windows color (decimal): -8215617 or 12559234. OLE color: 12559234.

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

Color convert

RGB130163191-
CMYK0.320.1500.25
HSL207.54º32.28%62.94%-
HSV(B)207.54º31.94%74.9%-
XYZ31.7134.754.32-
YUV156.32147.57109.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 191 (75% from 255) = 39.46%
R=26.86%
G=33.68%
B=39.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301631910.320.1500.25207.5432.2862.94
Hex82A3BF20F019d0203f
Octal20224327740170313204077
Binary100000101010001110111111100000111101100111010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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