#82AACD

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

Shades of Polo Blue #82AACD

Tints of Polo Blue #82AACD

Color information

#82AACD (or 0x82AACD) is unknown color: approx Polo Blue. HEX triplet: 82, AA and CD. RGB value is (130,170,205). Sum of RGB (Red+Green+Blue) = 130+170+205=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #82AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AACD is #7D5532. Grayscale: #A1A1A1. Windows color (decimal): -8213811 or 13478530. OLE color: 13478530.

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

Color convert

RGB130170205-
CMYK0.370.1700.20
HSL208º42.86%65.69%-
HSV(B)208º36.59%80.39%-
XYZ34.637.963.25-
YUV162.03152.25105.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=25.74%
G=33.66%
B=40.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301702050.370.1700.2020842.8665.69
Hex82AACD2511014d02b42
Octal202252315452102432053102
Binary10000010101010101100110110010110001010100110100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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