#82A5CF

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

Shades of Polo Blue #82A5CF

Tints of Polo Blue #82A5CF

Color information

#82A5CF (or 0x82A5CF) is unknown color: approx Polo Blue. HEX triplet: 82, A5 and CF. RGB value is (130,165,207). Sum of RGB (Red+Green+Blue) = 130+165+207=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #82A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5CF is #7D5A30. Grayscale: #9F9F9F. Windows color (decimal): -8215089 or 13608322. OLE color: 13608322.

HSL color Cylindrical-coordinate representation of color #82A5CF: hue angle of 212.73º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A5CF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130165207-
CMYK0.370.2000.19
HSL212.73º44.51%66.08%-
HSV(B)212.73º37.2%81.18%-
XYZ33.9236.1664.22-
YUV159.32154.9107.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=25.90%
G=32.87%
B=41.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301652070.370.2000.19212.7344.5166.08
Hex82A5CF2514013d52d42
Octal202245317452402332555102
Binary10000010101001011100111110010110100010011110101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,165,207); }

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

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

 a { background-color: rgb(130,165,207); }

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

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

 span { border-color: rgb(130,165,207); }

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