#82A4D6

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

Shades of Polo Blue #82A4D6

Tints of Polo Blue #82A4D6

Color information

#82A4D6 (or 0x82A4D6) is unknown color: approx Polo Blue. HEX triplet: 82, A4 and D6. RGB value is (130,164,214). Sum of RGB (Red+Green+Blue) = 130+164+214=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #82A4D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4D6 is #7D5B29. Grayscale: #9F9F9F. Windows color (decimal): -8215338 or 14066818. OLE color: 14066818.

HSL color Cylindrical-coordinate representation of color #82A4D6: hue angle of 215.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82A4D6 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130164214-
CMYK0.390.2300.16
HSL215.71º50.6%67.45%-
HSV(B)215.71º39.25%83.92%-
XYZ34.6236.1568.77-
YUV159.53158.74106.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.59%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=25.59%
G=32.28%
B=42.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301642140.390.2300.16215.7150.667.45
Hex82A4D62717010d83343
Octal202244326472702033063103
Binary10000010101001001101011010011110111010000110110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,214); }

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

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

 a { background-color: rgb(130,164,214); }

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

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

 span { border-color: rgb(130,164,214); }

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