#82A8CE

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

Shades of Polo Blue #82A8CE

Tints of Polo Blue #82A8CE

Color information

#82A8CE (or 0x82A8CE) is unknown color: approx Polo Blue. HEX triplet: 82, A8 and CE. RGB value is (130,168,206). Sum of RGB (Red+Green+Blue) = 130+168+206=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #82A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8CE is #7D5731. Grayscale: #A0A0A0. Windows color (decimal): -8214322 or 13543554. OLE color: 13543554.

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

Color convert

RGB130168206-
CMYK0.370.1800.19
HSL210º43.68%65.88%-
HSV(B)210º36.89%80.78%-
XYZ34.3537.2163.76-
YUV160.97153.41105.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=25.79%
G=33.33%
B=40.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301682060.370.1800.1921043.6865.88
Hex82A8CE2512013d22c42
Octal202250316452202332254102
Binary10000010101010001100111010010110010010011110100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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