#82ACCD

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

Shades of Polo Blue #82ACCD

Tints of Polo Blue #82ACCD

Color information

#82ACCD (or 0x82ACCD) is unknown color: approx Polo Blue. HEX triplet: 82, AC and CD. RGB value is (130,172,205). Sum of RGB (Red+Green+Blue) = 130+172+205=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #82ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACCD is #7D5332. Grayscale: #A3A3A3. Windows color (decimal): -8213299 or 13479042. OLE color: 13479042.

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

Color convert

RGB130172205-
CMYK0.370.1600.20
HSL206.4º42.86%65.69%-
HSV(B)206.4º36.59%80.39%-
XYZ34.9838.6663.38-
YUV163.2151.59104.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=25.64%
G=33.93%
B=40.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301722050.370.1600.20206.442.8665.69
Hex82ACCD2510014ce2b42
Octal202254315452002431653102
Binary10000010101011001100110110010110000010100110011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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