#82A0CD

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

Shades of Polo Blue #82A0CD

Tints of Polo Blue #82A0CD

Color information

#82A0CD (or 0x82A0CD) is unknown color: approx Polo Blue. HEX triplet: 82, A0 and CD. RGB value is (130,160,205). Sum of RGB (Red+Green+Blue) = 130+160+205=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #82A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0CD is #7D5F32. Grayscale: #9B9B9B. Windows color (decimal): -8216371 or 13475970. OLE color: 13475970.

HSL color Cylindrical-coordinate representation of color #82A0CD: hue angle of 216º 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 #82A0CD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130160205-
CMYK0.370.2200.20
HSL216º42.86%65.69%-
HSV(B)216º36.59%80.39%-
XYZ32.834.362.65-
YUV156.16155.56109.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=26.26%
G=32.32%
B=41.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301602050.370.2200.2021642.8665.69
Hex82A0CD2516014d82b42
Octal202240315452602433053102
Binary10000010101000001100110110010110110010100110110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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