#86A4CE

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

Shades of Polo Blue #86A4CE

Tints of Polo Blue #86A4CE

Color information

#86A4CE (or 0x86A4CE) is unknown color: approx Polo Blue. HEX triplet: 86, A4 and CE. RGB value is (134,164,206). Sum of RGB (Red+Green+Blue) = 134+164+206=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #86A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A4CE is #795B31. Grayscale: #9F9F9F. Windows color (decimal): -7953202 or 13542534. OLE color: 13542534.

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

Color convert

RGB134164206-
CMYK0.350.2000.19
HSL215º42.35%66.67%-
HSV(B)215º34.95%80.78%-
XYZ34.2536.0863.55-
YUV159.82154.06109.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=26.59%
G=32.54%
B=40.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341642060.350.2000.1921542.3566.67
Hex86A4CE2314013d72a43
Octal206244316432402332752103
Binary10000110101001001100111010001110100010011110101111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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