#86A2CF

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

Shades of Polo Blue #86A2CF

Tints of Polo Blue #86A2CF

Color information

#86A2CF (or 0x86A2CF) is unknown color: approx Polo Blue. HEX triplet: 86, A2 and CF. RGB value is (134,162,207). Sum of RGB (Red+Green+Blue) = 134+162+207=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #86A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2CF is #795D30. Grayscale: #9E9E9E. Windows color (decimal): -7953713 or 13607558. OLE color: 13607558.

HSL color Cylindrical-coordinate representation of color #86A2CF: hue angle of 216.99º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A2CF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134162207-
CMYK0.350.2200.19
HSL216.99º43.2%66.86%-
HSV(B)216.99º35.27%81.18%-
XYZ34.0135.4164.07-
YUV158.76155.22110.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=26.64%
G=32.21%
B=41.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341622070.350.2200.19216.9943.266.86
Hex86A2CF2316013d92b43
Octal206242317432602333153103
Binary10000110101000101100111110001110110010011110110011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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