#82ABC7

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

Shades of Polo Blue #82ABC7

Tints of Polo Blue #82ABC7

Color information

#82ABC7 (or 0x82ABC7) is unknown color: approx Polo Blue. HEX triplet: 82, AB and C7. RGB value is (130,171,199). Sum of RGB (Red+Green+Blue) = 130+171+199=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #82ABC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABC7 is #7D5438. Grayscale: #A1A1A1. Windows color (decimal): -8213561 or 13085570. OLE color: 13085570.

HSL color Cylindrical-coordinate representation of color #82ABC7: hue angle of 204.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82ABC7 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130171199-
CMYK0.350.1400.22
HSL204.35º38.12%64.51%-
HSV(B)204.35º34.67%78.04%-
XYZ34.083859.57-
YUV161.93148.92105.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 199 (78.12% from 255) = 39.8%
R=26%
G=34.2%
B=39.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301711990.350.1400.22204.3538.1264.51
Hex82ABC723E016cc2641
Octal202253307431602631446101
Binary1000001010101011110001111000111110010110110011001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,199); }

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

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

 a { background-color: rgb(130,171,199); }

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

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

 span { border-color: rgb(130,171,199); }

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