#86A9CF

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

Shades of Polo Blue #86A9CF

Tints of Polo Blue #86A9CF

Color information

#86A9CF (or 0x86A9CF) is unknown color: approx Polo Blue. HEX triplet: 86, A9 and CF. RGB value is (134,169,207). Sum of RGB (Red+Green+Blue) = 134+169+207=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #86A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9CF is #795630. Grayscale: #A2A2A2. Windows color (decimal): -7951921 or 13609350. OLE color: 13609350.

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

Color convert

RGB134169207-
CMYK0.350.1800.19
HSL211.23º43.2%66.86%-
HSV(B)211.23º35.27%81.18%-
XYZ35.2837.9564.5-
YUV162.87152.9107.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=26.27%
G=33.14%
B=40.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341692070.350.1800.19211.2343.266.86
Hex86A9CF2312013d32b43
Octal206251317432202332353103
Binary10000110101010011100111110001110010010011110100111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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