#86A3DB

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

Shades of Polo Blue #86A3DB

Tints of Polo Blue #86A3DB

Color information

#86A3DB (or 0x86A3DB) is unknown color: approx Polo Blue. HEX triplet: 86, A3 and DB. RGB value is (134,163,219). Sum of RGB (Red+Green+Blue) = 134+163+219=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #86A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3DB is #795C24. Grayscale: #A0A0A0. Windows color (decimal): -7953445 or 14394246. OLE color: 14394246.

HSL color Cylindrical-coordinate representation of color #86A3DB: hue angle of 219.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A3DB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134163219-
CMYK0.390.2600.14
HSL219.53º54.14%69.22%-
HSV(B)219.53º38.81%85.88%-
XYZ35.7136.3872.16-
YUV160.71160.89108.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.97%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=25.97%
G=31.59%
B=42.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341632190.390.2600.14219.5354.1469.22
Hex86A3DB271A0Edc3645
Octal206243333473201633466105
Binary1000011010100011110110111001111101001110110111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,219); }

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

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

 a { background-color: rgb(134,163,219); }

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

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

 span { border-color: rgb(134,163,219); }

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