#82A6CF

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

Shades of Polo Blue #82A6CF

Tints of Polo Blue #82A6CF

Color information

#82A6CF (or 0x82A6CF) is unknown color: approx Polo Blue. HEX triplet: 82, A6 and CF. RGB value is (130,166,207). Sum of RGB (Red+Green+Blue) = 130+166+207=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #82A6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A6CF is #7D5930. Grayscale: #9F9F9F. Windows color (decimal): -8214833 or 13608578. OLE color: 13608578.

HSL color Cylindrical-coordinate representation of color #82A6CF: hue angle of 211.95º 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 #82A6CF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130166207-
CMYK0.370.2000.19
HSL211.95º44.51%66.08%-
HSV(B)211.95º37.2%81.18%-
XYZ34.136.5264.28-
YUV159.91154.57106.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=25.84%
G=33.00%
B=41.15%

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
Decimal1301662070.370.2000.19211.9544.5166.08
Hex82A6CF2514013d42d42
Octal202246317452402332455102
Binary10000010101001101100111110010110100010011110101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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