#86A2BF

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

Shades of Polo Blue #86A2BF

Tints of Polo Blue #86A2BF

Color information

#86A2BF (or 0x86A2BF) is unknown color: approx Polo Blue. HEX triplet: 86, A2 and BF. RGB value is (134,162,191). Sum of RGB (Red+Green+Blue) = 134+162+191=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #86A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2BF is #795D40. Grayscale: #9C9C9C. Windows color (decimal): -7953729 or 12558982. OLE color: 12558982.

HSL color Cylindrical-coordinate representation of color #86A2BF: hue angle of 210.53º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86A2BF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134162191-
CMYK0.300.1500.25
HSL210.53º30.81%63.73%-
HSV(B)210.53º29.84%74.9%-
XYZ32.1634.6754.29-
YUV156.93147.22111.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.52%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 191 (75% from 255) = 39.22%
R=27.52%
G=33.26%
B=39.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341621910.300.1500.25210.5330.8163.73
Hex86A2BF1EF019d31f40
Octal206242277361703132337100
Binary10000110101000101011111111110111101100111010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,191); }

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

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

 a { background-color: rgb(134,162,191); }

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

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

 span { border-color: rgb(134,162,191); }

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