#82A8D0

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

Shades of Polo Blue #82A8D0

Tints of Polo Blue #82A8D0

Color information

#82A8D0 (or 0x82A8D0) is unknown color: approx Polo Blue. HEX triplet: 82, A8 and D0. RGB value is (130,168,208). Sum of RGB (Red+Green+Blue) = 130+168+208=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #82A8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8D0 is #7D572F. Grayscale: #A1A1A1. Windows color (decimal): -8214320 or 13674626. OLE color: 13674626.

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

Color convert

RGB130168208-
CMYK0.380.1900.18
HSL210.77º45.35%66.27%-
HSV(B)210.77º37.5%81.57%-
XYZ34.5937.3165.05-
YUV161.2154.41105.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=25.69%
G=33.20%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301682080.380.1900.18210.7745.3566.27
Hex82A8D02613012d32d42
Octal202250320462302232355102
Binary10000010101010001101000010011010011010010110100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,168,208); }

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

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

 a { background-color: rgb(130,168,208); }

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

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

 span { border-color: rgb(130,168,208); }

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