#82AACC

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

Shades of Polo Blue #82AACC

Tints of Polo Blue #82AACC

Color information

#82AACC (or 0x82AACC) is unknown color: approx Polo Blue. HEX triplet: 82, AA and CC. RGB value is (130,170,204). Sum of RGB (Red+Green+Blue) = 130+170+204=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #82AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AACC is #7D5533. Grayscale: #A1A1A1. Windows color (decimal): -8213812 or 13412994. OLE color: 13412994.

HSL color Cylindrical-coordinate representation of color #82AACC: hue angle of 207.57º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82AACC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130170204-
CMYK0.360.1700.2
HSL207.57º42.05%65.49%-
HSV(B)207.57º36.27%80%-
XYZ34.4837.8562.62-
YUV161.92151.75105.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=25.79%
G=33.73%
B=40.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301702040.360.1700.2207.5742.0565.49
Hex82AACC2411014d02a41
Octal202252314442102432052101
Binary10000010101010101100110010010010001010100110100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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