#82AAD1

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

Shades of Polo Blue #82AAD1

Tints of Polo Blue #82AAD1

Color information

#82AAD1 (or 0x82AAD1) is unknown color: approx Polo Blue. HEX triplet: 82, AA and D1. RGB value is (130,170,209). Sum of RGB (Red+Green+Blue) = 130+170+209=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #82AAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AAD1 is #7D552E. Grayscale: #A2A2A2. Windows color (decimal): -8213807 or 13740674. OLE color: 13740674.

HSL color Cylindrical-coordinate representation of color #82AAD1: hue angle of 209.62º degrees, saturation: 0.46, 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 #82AAD1 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130170209-
CMYK0.380.1900.18
HSL209.62º46.2%66.47%-
HSV(B)209.62º37.8%81.96%-
XYZ35.0938.165.83-
YUV162.49154.25104.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=25.54%
G=33.40%
B=41.06%

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
Decimal1301702090.380.1900.18209.6246.266.47
Hex82AAD12613012d22e42
Octal202252321462302232256102
Binary10000010101010101101000110011010011010010110100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,209); }

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

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

 a { background-color: rgb(130,170,209); }

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

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

 span { border-color: rgb(130,170,209); }

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