#86A6D5

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

Shades of Polo Blue #86A6D5

Tints of Polo Blue #86A6D5

Color information

#86A6D5 (or 0x86A6D5) is unknown color: approx Polo Blue. HEX triplet: 86, A6 and D5. RGB value is (134,166,213). Sum of RGB (Red+Green+Blue) = 134+166+213=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #86A6D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A6D5 is #79592A. Grayscale: #A1A1A1. Windows color (decimal): -7952683 or 14001798. OLE color: 14001798.

HSL color Cylindrical-coordinate representation of color #86A6D5: hue angle of 215.7º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86A6D5 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134166213-
CMYK0.370.2200.16
HSL215.7º48.47%68.04%-
HSV(B)215.7º37.09%83.53%-
XYZ35.4837.1468.25-
YUV161.79156.9108.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=26.12%
G=32.36%
B=41.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341662130.370.2200.16215.748.4768.04
Hex86A6D52516010d83044
Octal206246325452602033060104
Binary10000110101001101101010110010110110010000110110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A6D5; }

 p { color: rgb(134,166,213); }

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

<style>
 a { background-color: #86A6D5; }

 a { background-color: rgb(134,166,213); }

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

<style>
 span { border-color: #86A6D5; }

 span { border-color: rgb(134,166,213); }

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