#82aace

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

Shades of Polo Blue #82AACE

Tints of Polo Blue #82AACE

Color information

#82AACE (or 0x82AACE) is unknown color: approx Polo Blue. HEX triplet: 82, AA and CE. RGB value is (130,170,206). Sum of RGB (Red+Green+Blue) = 130+170+206=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #82AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AACE is #7D5531. Grayscale: #A1A1A1. Windows color (decimal): -8213810 or 13544066. OLE color: 13544066.

HSL color Cylindrical-coordinate representation of color #82AACE: hue angle of 208.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82AACE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130170206-
CMYK0.370.1700.19
HSL208.42º43.68%65.88%-
HSV(B)208.42º36.89%80.78%-
XYZ34.7237.9563.89-
YUV162.14152.75105.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=25.69%
G=33.60%
B=40.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301702060.370.1700.19208.4243.6865.88
Hex82AACE2511013d02c42
Octal202252316452102332054102
Binary10000010101010101100111010010110001010011110100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82aace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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