#86A6CE

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

Shades of Polo Blue #86A6CE

Tints of Polo Blue #86A6CE

Color information

#86A6CE (or 0x86A6CE) is unknown color: approx Polo Blue. HEX triplet: 86, A6 and CE. RGB value is (134,166,206). Sum of RGB (Red+Green+Blue) = 134+166+206=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #86A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A6CE is #795931. Grayscale: #A0A0A0. Windows color (decimal): -7952690 or 13543046. OLE color: 13543046.

HSL color Cylindrical-coordinate representation of color #86A6CE: hue angle of 213.33º degrees, saturation: 0.42, 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 #86A6CE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134166206-
CMYK0.350.1900.19
HSL213.33º42.35%66.67%-
HSV(B)213.33º34.95%80.78%-
XYZ34.6136.863.67-
YUV160.99153.4108.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.48%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=26.48%
G=32.81%
B=40.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341662060.350.1900.19213.3342.3566.67
Hex86A6CE2313013d52a43
Octal206246316432302332552103
Binary10000110101001101100111010001110011010011110101011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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