#86ACD1

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

Shades of Polo Blue #86ACD1

Tints of Polo Blue #86ACD1

Color information

#86ACD1 (or 0x86ACD1) is unknown color: approx Polo Blue. HEX triplet: 86, AC and D1. RGB value is (134,172,209). Sum of RGB (Red+Green+Blue) = 134+172+209=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #86ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACD1 is #79532E. Grayscale: #A4A4A4. Windows color (decimal): -7951151 or 13741190. OLE color: 13741190.

HSL color Cylindrical-coordinate representation of color #86ACD1: hue angle of 209.6º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86ACD1 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134172209-
CMYK0.360.1800.18
HSL209.6º44.91%67.25%-
HSV(B)209.6º35.89%81.96%-
XYZ36.0939.1865.98-
YUV164.86152.91105.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=26.02%
G=33.40%
B=40.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341722090.360.1800.18209.644.9167.25
Hex86ACD12412012d22d43
Octal206254321442202232255103
Binary10000110101011001101000110010010010010010110100101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,209); }

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

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

 a { background-color: rgb(134,172,209); }

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

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

 span { border-color: rgb(134,172,209); }

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