#82AECC

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

Shades of Polo Blue #82AECC

Tints of Polo Blue #82AECC

Color information

#82AECC (or 0x82AECC) is unknown color: approx Polo Blue. HEX triplet: 82, AE and CC. RGB value is (130,174,204). Sum of RGB (Red+Green+Blue) = 130+174+204=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #82AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AECC is #7D5133. Grayscale: #A4A4A4. Windows color (decimal): -8212788 or 13414018. OLE color: 13414018.

HSL color Cylindrical-coordinate representation of color #82AECC: hue angle of 204.32º 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 #82AECC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130174204-
CMYK0.360.1500.2
HSL204.32º42.05%65.49%-
HSV(B)204.32º36.27%80%-
XYZ35.2439.3862.87-
YUV164.26150.42103.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.59%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=25.59%
G=34.25%
B=40.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301742040.360.1500.2204.3242.0565.49
Hex82AECC24F014cc2a41
Octal202256314441702431452101
Binary1000001010101110110011001001001111010100110011001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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