#82AACA

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

Shades of Polo Blue #82AACA

Tints of Polo Blue #82AACA

Color information

#82AACA (or 0x82AACA) is unknown color: approx Polo Blue. HEX triplet: 82, AA and CA. RGB value is (130,170,202). Sum of RGB (Red+Green+Blue) = 130+170+202=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #82AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AACA is #7D5535. Grayscale: #A1A1A1. Windows color (decimal): -8213814 or 13281922. OLE color: 13281922.

HSL color Cylindrical-coordinate representation of color #82AACA: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82AACA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130170202-
CMYK0.360.1600.21
HSL206.67º40.45%65.1%-
HSV(B)206.67º35.64%79.22%-
XYZ34.2437.7661.36-
YUV161.69150.75105.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=25.90%
G=33.86%
B=40.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301702020.360.1600.21206.6740.4565.1
Hex82AACA2410015cf2841
Octal202252312442002531750101
Binary10000010101010101100101010010010000010101110011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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